how i can creat a webpage in which background-image is contantly flowing from one edge to other?? or images are changing?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how i can creat a webpage in which background-image is contantly flowing from one edge to other?? or images are changing??

23rd Jan 2019, 11:39 AM
Zahid
Zahid - avatar
2 Answers
+ 2
While you can create animations of all kind using setInterval method in JS but you have to write lot of code for a single animation, first learn the fundamentals of JavaScript and than use a JavaScript framework for website interactivity and animations of all kind (including interactive menus and layouts etc). A well know JavaScript framework is called jQuery, learn it at SoloLearn and use it, believe me your life will be much easier with jQuery. 😁
28th Jan 2019, 8:04 AM
Shahid Latif
Shahid Latif - avatar
+ 1
ohh i was trying by just using html and css without js and jQuery😂
28th Jan 2019, 8:46 AM
Zahid
Zahid - avatar