Description
The Theme Switcher (#30436) toggles color-scheme and --ease-theme-* custom properties, while the Animated Gradient Background (#30442) animates --ease-ga-bg-1 through --ease-ga-bg-4 color stops. When the theme switches at the same time the gradient is mid-animation, the color stop transition snaps instead of blending smoothly because the theme property change resets the animated property mid-frame.
Affected Components
Suggested Resolution
- Separate theme timing from gradient animation using animation-play-state
- Coordinate transitions via a shared animation-delay
Description
The Theme Switcher (#30436) toggles color-scheme and --ease-theme-* custom properties, while the Animated Gradient Background (#30442) animates --ease-ga-bg-1 through --ease-ga-bg-4 color stops. When the theme switches at the same time the gradient is mid-animation, the color stop transition snaps instead of blending smoothly because the theme property change resets the animated property mid-frame.
Affected Components
Suggested Resolution