From ddab53f2c1ddf2d5bce9dbb84621f5968c020913 Mon Sep 17 00:00:00 2001 From: Elton Mesquita Date: Sat, 28 Sep 2019 08:22:17 -0300 Subject: [PATCH] Updated prefers-reduced-motion support on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7fed4e..89239ea 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ Next, run `npx gulp` to compile your custom builds. For example, if you want onl ## Accessibility -Animate.css supports the [`prefers-reduced-motion` media query](https://webkit.org/blog/7551/responsive-design-for-motion/) so that users with motion sensitivity can opt out of animations. On supported platforms (currently Firefox, OSX Safari and iOS Safari), users can select "reduce motion" on their operating system preferences and it will turn off CSS transitions for them without any further work required. +Animate.css supports the [`prefers-reduced-motion` media query](https://webkit.org/blog/7551/responsive-design-for-motion/) so that users with motion sensitivity can opt out of animations. On supported platforms (currently all the majors browsers and OS), users can select "reduce motion" on their operating system preferences and it will turn off CSS transitions for them without any further work required. ## License