+ 2
how i can creat a webpage in which background-image is contantly flowing from one edge to other?? or images are changing??
2 Respuestas
+ 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. 😁
+ 1
ohh i was trying by just using html and css without js and jQuery😂