+ 2
How can I create an animation with my images that is triggered when an image is clicked?
7 Respostas
+ 4
please be specific. Which type of animation do you want.
Anyways, you can always have some transition animations.
0
Yes, I was thinking about CSS animation but I don't know how to use images when creating it.
https://www.sololearn.com/learn/CSS/2253/?ref=app
0
Try this, you need start it with JS
https://code.sololearn.com/W412IGUf6lYJ/?ref=app
0
I tried that but I don't know how to add my images into the keyframes. They didn't work. Is there any instructions about that?
0
I update some lines for animation with images. But I wrote it on my mobile. Check it if you want.
https://code.sololearn.com/W412IGUf6lYJ/?ref=app
0
Thank you! I have to study this a bit more!