jquery.parallax-scroll can be used to implement scroll-based animations, also known as parallax scrolling.
The plugin uses CSS3 3D transition effects and the requestAnimationFrame API to animate elements on the page, being ideal for creating parallax animations that run very smooth and can handle a large number of animated elements.
jquery.parallax-scroll is more than a basic parallax scrolling tool, also allowing developers to animate page elements into or out of view based on the scroll bar's position on the page.
Elements can be made to appear, disappear, move around the page, and so on, the developer being able to play around with various plugin parameters.
Examples and usage instructions are included with the jquery.parallax-scroll package.
Requirements:
- JavaScript enabled on client side
- jQuery
Comments not found