Re: [csswg-drafts] [css-animations] [css-transitions] Allow authors to control the time threshold for properties with a discrete animation type (#9409)

In animations, the ease function is set for the entire animation.  And specifying additional animations only for use in conjunction adds unnecessary complexity to the code and increases the likelihood of errors.

The same thing applies to transitions. There is no way to set the ease function only for a group of discrete properties, except by listing all the properties involved in the transition and setting for each of its values, which causes a lot of duplication, since authors usually use `all` together with a single ease function.

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


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

Received on Wednesday, 27 September 2023 21:12:06 UTC