-
Notifications
You must be signed in to change notification settings - Fork 719
[css-images-3] interpolating cross-fade(A, B) with cross-fade(B, A) #2852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Proposed edits:
+ The following table shows some examples of image interpolation.
+
+
+">
|
Should probably flip start argument rather than end argument, actually. |
The Working Group just discussed
The full IRC log of that discussion |
Currently we spec that the arguments to
cross-fade()
are interpolated independently. However, this doesn't handle the case ofcross-fade(A, B)
tocross-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.
The text was updated successfully, but these errors were encountered: