Prinzhorn / skrollr

Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop. No jQuery. Just plain JavaScript (and some love).
http://prinzhorn.github.io/skrollr/
MIT License
18.53k stars 3.5k forks source link

Animate once on scroll bottom & forceHeight #740

Open vlad00777 opened 9 years ago

vlad00777 commented 9 years ago

Hi! I try to use this code: skrollr.init({ beforerender: function(data) { return data.curTop > data.lastTop; } });

but this code not working if i added to my init "forceHeight: false". How i can will create this effect with "forceHeight: false"? Thx. Sry for my eng. Good luck!

Prinzhorn commented 9 years ago

Can you post an example? It should work, but maybe it's not what you're trying to achieve.