Description
Ensure transitions, skeleton animations, and modal motion respect prefers-reduced-motion. Define motion tokens and apply them consistently.
Requirements and context
- Must reduce or disable motion only when the preference is set.
- Must avoid “shimmer” effects when reduced motion is requested.
Suggested execution
git checkout -b design/reduced-motion
Implementation targets
StreamPay-Frontend/app/globals.css motion tokens and reduced-motion overrides
- Skeleton and modal components
Tests and validation
- Manual: check reduced motion setting behavior.
Guidelines
Example commit message
chore(frontend): add reduced-motion support to UI animations
Description
Ensure transitions, skeleton animations, and modal motion respect
prefers-reduced-motion. Define motion tokens and apply them consistently.Requirements and context
Suggested execution
Implementation targets
StreamPay-Frontend/app/globals.cssmotion tokens and reduced-motion overridesTests and validation
Guidelines
Example commit message