0

What is the specific code to make an image move?

Animation

8th Feb 2022, 12:28 PM
Kim Cao
3 Réponses
0
transform: translate(x,y) can be used to move anything. you can put it inside @keyframes to animate example - @keyframes animation{ from{ transform: translate(0px,0px) } to{ transform: translate(20px,20px) }
8th Feb 2022, 12:36 PM
Shaurya Kushwaha
0
8th Feb 2022, 12:43 PM
Kim Cao
8th Feb 2022, 12:58 PM
Glitching shift Sans
Glitching shift Sans - avatar