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. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

20th Nov 2018, 8:33 PM
Seth Michael
Seth Michael - avatar
3 Answers
+ 2
You could use css keyframes for simple animations. https://code.sololearn.com/WHdfPmIw2DHE/?ref=app
20th Nov 2018, 11:56 PM
Mike
+ 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) ^^
21st Nov 2018, 2:13 PM
visph
visph - avatar
+ 2
You can do that with marquee tag!! https://code.sololearn.com/WZMx3gWg9XrB/?ref=app
21st Nov 2018, 12:54 AM
AL Araf
AL Araf - avatar