Does it possible to animate only using Javascript?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does it possible to animate only using Javascript??

I seen in many tutorial where they use plugins to animate a page while Scrolling.So,does it possible to animate only using Javascript but not Jquery?

15th Jul 2019, 3:05 PM
😈😈Devil
😈😈Devil - avatar
3 Answers
+ 11
Thank you so much Coder bro for sharing my code 😊
17th Jul 2019, 11:12 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 3
do you mean the requestAnimationFrame function?: function loop(){ //... your code which generates a frame requestAnimationFrame(loop); }
15th Jul 2019, 3:27 PM
Anton Böhler
Anton Böhler - avatar
+ 2
Yes,and thank you! for your help
17th Jul 2019, 9:44 AM
😈😈Devil
😈😈Devil - avatar