Closed
Description
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.