Very useful Intent to Prototype for a CSS `image-animation` property: groups.google.com/a/chromium.o. The example below would pause all animated images (like GIFs), and only play them when hovering or focusing an image:

```css
img { image-animation: paused; }
img:hover, img:focus { image-animation: running; }
```

See the Explainer for more background: github.com/webplatformco/proje.

0

If you have a fediverse account, you can quote this note from your own instance. Search https://toot.cafe/users/tomayac/statuses/115898433442452515 on your instance and quote it. (Note that quoting is not supported in Mastodon.)

0