Scrolling block | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Scrolling block

I am trying to achieve an effect where each block moves downwards on scroll, each blocks moves at different speeds and moves out of screen at the bottom and reappears from the top of the page in an infinite loop. Any examples or suggestions would be much appreciated, thank you

29th Jul 2020, 6:03 AM
Riki Adityawan
Riki Adityawan - avatar
1 Answer
0
Might this theme help you If((touchend.pagey-touchstart.pagey)>50){ Add class having css animation With o%{top pos} 100%{bottom pos} } It's a rough theme , nothing code.
29th Jul 2020, 9:38 PM
Divya Mohan
Divya Mohan - avatar