data icon indicating copy to clipboard operation
data copied to clipboard

feat(css): Update syntax for `animation-duration`

Open skyclouds2001 opened this issue 8 months ago • 0 comments

Description

the update add support for the auto keyword, which is supported since chrome v115 and Safari v18.4

it also update the <time> type for specifying ranged value

Motivation

Additional details

https://developer.mozilla.org/en-US/docs/Web/CSS/animation-duration https://drafts.csswg.org/css-animations-2/#propdef-animation-duration

Related issues and pull requests

skyclouds2001 avatar Apr 20 '25 16:04 skyclouds2001