+ 1
Hello everyone, please I'm in need of urgent help. I want to animate a picture to move from left to right on a web page.
Picture Animation
3 Respostas
+ 2
You could use css keyframes for simple animations.
https://code.sololearn.com/WHdfPmIw2DHE/?ref=app
+ 3
AL Araf : marquee tag is unadvised: it was never be part of any html specification but a microsoft ie invention wich others browsers have implemented to offer support for it, and it shouldn't be used (last html specifications strongly advise browser vendors to remove support for it in future)... mike answer is the good way (and one of the simplest to implement) to achieve OP goal, among others (css animations could be use with html element as well as svg element, or js could also be used with them as well as with canvas) ^^
+ 2
You can do that with marquee tag!!
https://code.sololearn.com/WZMx3gWg9XrB/?ref=app