- ByParallax is a plugin for Mootools
- This script allows you to easily create a parallax effect.
- Configurable with options.
- Possible to define an element to use as a "remote" to control the effect.
ByParallax is Open Source, released under 3-clause BSD license . In short : do (mostly) what you want.
ByParallax cost nothing. You can use it freely everywhere you want, even in commercial projects.
But you are highly encouraged to support the author (hum, yes ... it's me).
No minimum amount, give what you want, if you want.
First, you need to include the necessary Mootools files on your page.
Then include the ByParallax file.
Finally, instanciate the plugin inside an onLoad event :
window.addEvent('load', function(){ new ByParallax(options) });
Download ByParallax 2.0.0 (plugin only)
Download ByParallax 2.0.0 Demo Pack (plugin + all the necessary files : HTML, Mootools, Img, CSS)
Use the tabs to see JavaScript, HTML, CSS and Result