A plugin for creating both vertical and horizontal parallax scrolling.
Using bower:
bower install backbone.ui.parallax
- Backbone
- Underscore
- jQuery (or alternative event handler)
var view = new Backbone.UI.Parallax({
el : ".ui-parallax"
});
view.startParallax();
A more detailed list of all the available options.
Initiated by Lyndel Thomas ( @ryndel )
Distributed through Makesites.org
Released under the MIT license