#Fallings A jQuery parallax plugin focusing on manipulating position: absolute elements based on the window.scrollTop() property.
Currently newly supported code is being ported to the jquery_dist.*.js file structure via new build structures. This is a work in progress and leaves the past iteration 100% intact.
##Parameters
- default: 0;
- controls speed of movement relative to scroll;
- default: 0;
- defines the "top" attribute of the element;
- default: false;
- switch the plugin from focusing on the element to the background property;
- default: "0%";
- x-position of background;
- default: "fallings-visible";
- class when the object is fully in window;
- default: "fallings-invisible";
- class when the object is fully NOT in window;
{
velocity: 0,
initialPosition: 0,
bgParallax: false,
bgPercent: '0%',
onClass: 'fallings-visible',
offClass: 'fallings-invisible',
};
##Support Any questions or issues should be submitted through GitHub Issues -> here