[csswg-drafts] [css-transitions-2] transition-timing-function and getComputedTiming() (#4288)

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

== [css-transitions-2] transition-timing-function and getComputedTiming() ==
Should the easing function specified in `transition-timing-function` be applied to the global timing function of the CSSTransition's KeyframeEffect (and be returned by `getComputedTiming()`) or should it be applied to the first keyframe? First keyframe is consistent with CSSAnimation while global timing seems to be implied by the reversing behavior, as the global progress it talks about is affected by the easing function and it would make sense if getComputedTiming returned this value.

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

Received on Monday, 9 September 2019 16:16:08 UTC