+ 1
Can we animate an image?
I was thinking to animate an image but how can we do such things. Reply to my Question
11 Respostas
+ 3
moving image from to to bottom and from there to top :
https://code.sololearn.com/WSUg79Cy7LO7/?ref=app
+ 2
question in unclear
+ 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 }
+ 2
Happy coding bro
+ 1
How do you want to animate image?
+ 1
As you know
+ 1
Rei as you know tell me how can you animate image?
+ 1
image or the img element
+ 1
Ok thanks for answer
+ 1
no prob happy codding 😉
+ 1
Thanks someone