Skip to content

emolr/fantasiajs

Repository files navigation

fantasiajs

a parralax, 3d, depthcontrol plugin to create beautiful imagery and effects

Getting Started

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>

License

MIT © Emil Rune Møller

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published