Bug 90828
Summary: | Interrupted background-image transitions don't transition | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | CSS | Assignee: | Tim Horton <thorton> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | dino, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dean Jackson
A transition from url to url works fine. However if you interrupt such a transition, it fails because it's trying to animate between cross-fade and the original state.
I guess the real title for this bug is "Implement transitions between cross-fade and cross-fade, or url"
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/11835172>
Tim Horton
(In reply to comment #0)
> A transition from url to url works fine. However if you interrupt such a transition, it fails because it's trying to animate between cross-fade and the original state.
>
> I guess the real title for this bug is "Implement transitions between cross-fade and cross-fade, or url"
We have a bug for animating between generated images and themselves/other things, I think it's assigned to me.
Tim Horton
https://bugs.webkit.org/show_bug.cgi?id=78293
Tim Horton
*** This bug has been marked as a duplicate of bug 78293 ***