luxy.js
luxy.js copied to clipboard
Elements animate immediately as the page scrolls and not based on viewport
I notice that an element quite far down the page begins its scrolling transition immediately and not relative to the view port.
For example, an element placed half way down a long page will begin at offset 0. Then by the time you scroll to that element it has moved quite far from its original position. Is there a way to make it relative to the view port?
Not sure if I am making sense.
+1. Works great at the top of the page; elements seem offset by a ton when you make it to a point further down the page. Is there a solution for this?
How to trigger the animation when an item comes in the viewport?
I'm struggling with this as well!