Re: [csswg-drafts] [css-images] Add easing functions to color stops

"Single timing function crossing all the stops" is not how animations work right now; when you supply an `animation-timing-function`, it just sets the default for all the keyframes' individual timing functions.

If you don't supply a hint between two stops (midpoint or timing-function), you'll just get a linear transition like you do today.

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

Received on Tuesday, 16 May 2017 17:59:47 UTC