Behaviour on scrollTop animation
guillaumedebeauvoir opened this issue · 0 comments
guillaumedebeauvoir commented
Hi there, I was wondering if you could think of a way to stop lazyloading when a scrollTop animation is triggered (timeline kind of usage - google photos is a good example).
Indeed, when scrolling, all images are displayed and then the TOP target is not good anymore, I have tried to loop untill the top is not reached, but it has low performance. I have tried to set class to none before scrollTop animation and then put it back, but again the previous pictures are displayed, resulting in pushing the scroll to top!
If anyone have a solution, I would appreciate a lot.
Best