Animated preview - how do I do this? Update: Variables in CSS?

Create a div, where the div has the animated_preview_url as it’s background image.

Either

On mouse over, run a CSS animation that moves (background-position) the background image

or

On mouse over, run some Javascript to move the background image

1 Like