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
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.