Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Add documentation for Spinner when reduced-motion is active",
"packageName": "@fluentui/react-spinner",
"email": "[email protected]",
"dependentChangeType": "patch"
}
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