La création de site web implique de se tenir à jour et au courant des évolutions techniques.
Vous retrouverez ici les pages que nous avons visitées et dont nous avons estimées digne d’intérêt.
Il n’y a d’ailleurs pas que de la technique…
Running CSS animations only if both the device and the user allow it - Nicolas Hoizey
Mai 2023, 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 /
→ Lire la suite sur le site d’origine…
