You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace transition: all with specific properties for GPU compositing
Fixes rendering glitches on Intel Macs where the UI fragments during
card animations due to GPU compositor overload.
- Replace transition: all with specific animated properties
- Add CSS custom properties for transition durations
- Add prefers-reduced-motion support
- Fix malformed CSS (missing 's' unit in two transitions)
- Remove unused .gameCard class
Resolves#1328
0 commit comments