Re: [csswg-drafts] [css-images] cross-fade() syntax doesn't match implemented webkit-cross-fade()

A use case is animation interpolating between images.

Example: https://jsfiddle.net/ericwilligers/jLjn13c6/
Chrome: `-webkit-cross-fade(url(".../foo.png"), url(".../bar.png"), 0.2)`
Edge: `none`
Firefox: `url(".../foo.png")`
Safari: `cross-fade(url(.../foo.png), url(.../bar.png), 0.2)`


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

Received on Sunday, 28 January 2018 22:16:09 UTC