You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the implementation of webkit-cross-fade() in Chrome/Safari has the percentage at the end, and a comma in between the percent and the image. Safari has also un-prefixed cross-fade(). I'm not sure what the relevant use of webkit-cross-fade()/cross-fade() is, but perhaps it would make sense to match the syntax to Safari/Chrome's current implementation as they are currently the only two implementations of cross-fade().
The current implementation in Safari would look like:
cross-fade(url(foo.png), url(bar.png), 20%)
And per the spec:
cross-fade(20% url(foo.png), url(bar.png))
The text was updated successfully, but these errors were encountered:
According to the spec:
However, the implementation of
webkit-cross-fade()
in Chrome/Safari has the percentage at the end, and a comma in between the percent and the image. Safari has also un-prefixedcross-fade()
. I'm not sure what the relevant use ofwebkit-cross-fade()
/cross-fade()
is, but perhaps it would make sense to match the syntax to Safari/Chrome's current implementation as they are currently the only two implementations ofcross-fade()
.The current implementation in Safari would look like:
And per the spec:
The text was updated successfully, but these errors were encountered: