Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _articles/accessibility-best-practices-for-your-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ If your project has a web UI, these high-impact defaults will help all users.

* Avoid flashing content and rapid animations.
* Avoid parallax effects and auto-advancing carousels, or make them optional and controllable.
* Avoid unnecessary animation if the operating system indicates the user has requested reduced motion
* macOS and iOS wording for the OS setting is "reduce" while Windows, Android, and Linux wording implies all or nothing. The wording "prefers reduced motion" is an artifact of history and cannot be considered to fully express the user's preference.

### Dynamic content

Expand Down