Animation of a photo

Hello, how can I move an image in the x, y or angle position in perspective , so if the tag value is true, the image moves with a specific number of steps and speed with specifying the starting and ending points

probably easiest for a newcommer is just adding some transition delay on your style and then just change the x,y,angle (mind the deg!)

transition: top 2s ease-in-out, left 2s ease-in-out, transform 2s ease-in-out
2 Likes