[csswg-drafts] [css-images-3] interpolating cross-fade(A, B) with cross-fade(B, A)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-images-3] interpolating cross-fade(A, B) with cross-fade(B, A) ==
Currently we spec that the arguments to `cross-fade()` are interpolated independently. However, this doesn't handle the case of `cross-fade(A, B)` to `cross-fade(B, A)` very nicely: it ends up creating a tree of cross-fades where one isn't necessary.

This is particularly a concern when the cross-fades are triggered by transitions which are reversed partway.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2852 using your GitHub account

Received on Monday, 2 July 2018 05:28:08 UTC