From d6e6f2cb25d4e5e48074f3330c63f681ab69535d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 23 Jul 2021 16:27:56 -0400 Subject: [PATCH] update doc --- docs/getting-started/customizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/customizing.md b/docs/getting-started/customizing.md index e41218b18f..337339cfcd 100644 --- a/docs/getting-started/customizing.md +++ b/docs/getting-started/customizing.md @@ -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.