WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 78293
79772
WebKit does not interpolate between cross-fade() and url() or cross-fade()
https://bugs.webkit.org/show_bug.cgi?id=79772
Summary
WebKit does not interpolate between cross-fade() and url() or cross-fade()
Lea Verou
Reported
2012-02-28 03:01:39 PST
Hover over the image in the testcase. A 1s transition should occur, but it doesn't. Although WebKit uses cross-fade() to interpolate between two url()s, it does not interpolate between a cross-fade() and a url() or between two cross-fade()s, even with the exact same images (and a different percentage). In the case of cross-fade(url(A), url(B), X%) and url(A), the latter should be treated as cross-fade(url(A), url(B), 0%). Relevant: Since cross-fade() accepts any <image> as an argument and returns an <image>, it should allow nesting, i.e. cross-fade(cross-fade(url(A), url(B), 50%), cross-fade(url(C), url(D), 75%)) should be valid.
Attachments
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2012-02-28 09:19:33 PST
> Relevant: Since cross-fade() accepts any <image> as an argument and returns an <image>, it should allow nesting, i.e. cross-fade(cross-fade(url(A), url(B), 50%), cross-fade(url(C), url(D), 75%)) should be valid.
This will happen when I finish
https://bugs.webkit.org/show_bug.cgi?id=78293
Shane Stephens
Comment 2
2012-02-29 19:28:18 PST
*** This bug has been marked as a duplicate of
bug 78293
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug