Skip to content

Releases: vguillou/parallax-element

v1.1.1

17 Nov 22:35
Compare
Choose a tag to compare

Multiple scrolling-related bug fixes

v1.1.0

15 Nov 11:39
Compare
Choose a tag to compare

ParallaxScrollerBehavior

For most cases, when you have direct control over the scrolling container (e.g a div), you should use the parallax-element directly (which implement this behavior and set the correct CSS classes).

When you don't have control over the scroller (e.g when using a paper-scroll-header-panel), create a new web-component implementing ParallaxScrollerBehavior and correctly set the scroller property.
For a full implementation example (parallax-scrolling inside a paper-scroll-header-panel), please take a look at this demo.

v1.0.1

05 Nov 08:51
Compare
Choose a tag to compare

Fix Bower metadata

v1.0.0

05 Nov 00:19
Compare
Choose a tag to compare

Initial release