Can we animate an image? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we animate an image?

I was thinking to animate an image but how can we do such things. Reply to my Question

4th Aug 2020, 10:42 AM
Tejas Shrimali
Tejas Shrimali - avatar
11 Answers
+ 3
moving image from to to bottom and from there to top : https://code.sololearn.com/WSUg79Cy7LO7/?ref=app
4th Aug 2020, 11:28 AM
Roopesh
Roopesh - avatar
+ 2
question in unclear
4th Aug 2020, 11:04 AM
Rei
Rei - avatar
+ 2
if you are thinking to animate the image element on hover for ex. to rotate it, just simply do it with css. img { animation: animate delay 1; } keyframes animate { do animate stuff here }
4th Aug 2020, 11:09 AM
Rei
Rei - avatar
+ 2
Happy coding bro
4th Aug 2020, 11:11 AM
Tejas Shrimali
Tejas Shrimali - avatar
+ 1
How do you want to animate image?
4th Aug 2020, 10:46 AM
Roopesh
Roopesh - avatar
+ 1
As you know
4th Aug 2020, 10:48 AM
Tejas Shrimali
Tejas Shrimali - avatar
+ 1
Rei as you know tell me how can you animate image?
4th Aug 2020, 11:06 AM
Tejas Shrimali
Tejas Shrimali - avatar
+ 1
image or the img element
4th Aug 2020, 11:07 AM
Rei
Rei - avatar
+ 1
Ok thanks for answer
4th Aug 2020, 11:10 AM
Tejas Shrimali
Tejas Shrimali - avatar
+ 1
no prob happy codding 😉
4th Aug 2020, 11:11 AM
Rei
Rei - avatar
+ 1
Thanks someone
4th Aug 2020, 11:38 AM
Tejas Shrimali
Tejas Shrimali - avatar