Skip to content

Commit

Permalink
chore: Add reduced-motion documentation to Spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi-msft committed Nov 7, 2022
1 parent 169e9b9 commit 5f0b8de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-components/react-spinner/Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,5 @@ The Spinner is non-interactive.
- **Touch** - Nothing

## Accessibility

When reduced motion, is active the `indeterminate` `Spinner` will rotate once and then stop animating.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Use one Spinner at a time.
- Descriptive verbs are appropriate under a Spinner to help the user understand what's happening. Ie: Saving, processing, updating.
- Use a Spinner when confirming a change has been made or a task is being processed.
- Add a description to a Spinner when reduced-motion is active

### Don't

Expand Down

0 comments on commit 5f0b8de

Please sign in to comment.