Re: [csswg-drafts] [css-color][css-animations] Is it specified anywhere that a color animation at time=0 exactly match the from color's computed value? (#13269)

Yeah this is not specific of colors at all, e.g. animating `font-style: normal` to `oblique 50deg` is like
- At 0%, `normal` (not `oblique 0deg`!)
- At 1%, `oblique 0.5deg`
- At 50%, `oblique 25deg`
- At 100%, `oblique 50deg`

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13269#issuecomment-3694150181 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 27 December 2025 18:39:32 UTC