Sites Web : Running CSS animations only if both the device and the user allow it - Nicolas Hoizey - Veille Accessibilité

Publié le mardi 8 juillet 2008

⇒ https://veille.pyrat.net/?searchtags=accessibilit%C3%A9

La veille de Pyrat.net sur l’accessibilité

Running CSS animations only if both the device and the user allow it - Nicolas Hoizey

25 janvier, Par Veille pyrat.net

@media (prefers-reduced-motion : no-preference) img animation-play-state : running ; / turn animations on if user doesn’t mind /

@media not (update : fast) img animation-play-state : paused ; / except, turn them off again if the browser can’t draw them effectively anyway /

— Permalien

→ Lire la suite sur le site d’origine…


Revenir en haut