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

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

== [css-images-3] Interpolating A with cross-fade(p% A, B) ==
Based on [the currently proposed cross-fade() interpolation algorithm](https://github.com/w3c/csswg-drafts/issues/2852#issuecomment-401676199), the titular example would produce something like `cross-fade(x% A, cross-fade(p% A, B))`, x∈[0, 100].

It seems far more sensible to promote the first operand to `cross-fade(100% A, B)` so that it can be interpolated by just the percentage (`cross-fade(x% A, B)`, x∈[p, 100]), which avoids redundant nesting.

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

Received on Monday, 2 July 2018 05:38:58 UTC