a parralax, 3d, depthcontrol plugin to create beautiful imagery and effects
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/fantasiajs.min.js"></script>
<script>
jQuery(function ($) {
$('#box3d1').fantasia({ // Div to rotate
trackFrom: '#scene3d', // calculate rotation from
type: '3d',
perspective: '600px',
});
});
</script>
MIT © Emil Rune Møller