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
Deprecate numeric duration properties in CSS animations
This commit deprecates the use of numeric values for the `duration`, `enterDuration`, `exitDuration`, and `delay` properties in CSS animations. Going forward, these properties will be of type string, with the duration values including their respective units. This change standardizes the way durations are specified in CSS animations, improving readability and maintainability.
0 commit comments