From fd83dea8b72650f89ee9eb88bd0d666aa66c16b7 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Fri, 14 Dec 2018 14:00:14 +0000 Subject: [PATCH] adding prefers-reduced-motion --- features/prefers-reduced-motion.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 features/prefers-reduced-motion.md diff --git a/features/prefers-reduced-motion.md b/features/prefers-reduced-motion.md new file mode 100644 index 00000000..624edbc5 --- /dev/null +++ b/features/prefers-reduced-motion.md @@ -0,0 +1,14 @@ +--- +title: CSS prefers-reduced-motion Media Feature +category: css, media +firefox_status: 63 +bugzilla: 1434491 +mdn_url: https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion +spec_url: https://drafts.csswg.org/mediaqueries-5/#descdef-media-prefers-reduced-motion +spec_repo: https://github.com/w3c/csswg-drafts/tree/master/mediaqueries-5 +ie_ref: 'Media Queries: prefers-reduced-motion' +webkit_status: shipped +caniuse_ref: prefers-reduced-motion +--- + +Used to detect if the user has enabled their system's setting for minimizing the amount of animation or motion it uses.