pull/490/head
Cory LaViska 2021-07-23 16:27:56 -04:00
rodzic 43328b94b7
commit d6e6f2cb25
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -153,4 +153,4 @@ setAnimation(dialog, 'dialog.show', {
To learn more about creating Web Animations, refer to the documentation for [`Element.animate()`](https://developer.mozilla.org/en-US/docs/Web/API/Element/animate).
?> Animations respect the users `prefers-reduced-motion` setting. When this setting is enabled, animations will not be played. To disable animations for all users, set `options.duration` to `0`.
?> Animations respect the users `prefers-reduced-motion` setting. When this setting is enabled, animations will not be played. To disable animations for all users, pass in `null` instead of a keyframes/options object.