[csswg-drafts] [css-animations] Proposal: Add a way to make the animation timing function apply to the whole animation (#8881)

denk0403 has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-animations] Proposal: Add a way to make the animation timing function apply to the whole animation ==
Spec: [https://drafts.csswg.org/css-animations/#propdef-animation-timing-function](https://drafts.csswg.org/css-animations/#propdef-animation-timing-function)

> When specified in a keyframe, [animation-timing-function](https://drafts.csswg.org/css-animations/#propdef-animation-timing-function) defines the progression of the animation between the current keyframe and the next keyframe for the animating property in sorted keyframe selector order (which may be an implicit 100% keyframe).

According to the spec, currently the `animation-timing-function` specifies the easing function between each keyframe. However, it's occasionally useful to developers to specify an easing function over the whole animation.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8881 using your GitHub account


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

Received on Monday, 29 May 2023 19:00:00 UTC