Re: [csswg-drafts] [css-images] Add easing functions to color stops (#1332)

> @bradkemper: I can envision wanting a single easing over an entire gradient of un-positioned stops, like `red, orange, yellow, green, blue, purple, ease-out` but I don’t see how that can be done while also allowing for different easings between the various stops, like `red, ease-out, orange, ease-in, yellow, linear, green…`.

Perhaps something like `linear-gradient(ease-in-out to bottom, red, white, blue)` ? Would be equivalent of `linear-gradient(to bottom, red, ease-in-out, white, ease-in-out, blue)` 

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

Received on Sunday, 9 February 2020 20:58:39 UTC