- Overview
- Documents
ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control.
It's the plugin for you, if you want to:
- Start an animation at a specific scroll position.
- Synchronize an animation to the scrollbar movement.
- Pin an element at a specific scroll position (sticky elements).
- Pin an element for a limited amount of scroll progress (sticky elements).
- Easily add a parallax effect to your website.
- Create an inifinitely scrolling page (ajax load of additional content).
- Call functions when the user hits certain scroll positions or react in any other way to the current scroll position.
The major perks of using ScrollMagic include:
- optimized performance
- flexibility
- mobile compatibility
- ready for responsive webdesign
- object oriented programming and object chaining
- event management
- support for both scroll directions (even different on one page)
- support for scrolling inside div containers (even multiple on one page)
- extensive debugging and logging capabilities