RESOLVED FIXED Bug 107896
[wk2] Page overlays should do their own animation, instead of relying on implicit animation
https://bugs.webkit.org/show_bug.cgi?id=107896
Summary [wk2] Page overlays should do their own animation, instead of relying on impl...
Tim Horton
Reported 2013-01-24 19:16:38 PST
Right now, with TiledCoreAnimationDrawingArea, we accidentally depend on CA implicit animation to do the fade animation when removing a page overlay; we don't use PageOverlay's fade animation (which should be adjusted to use a CA explicit animation, but that's a bug for another day) on the way out (but we do on the way in!). We should make this consistent and update callers. <rdar://problem/12900058>
Attachments
patch (9.62 KB, patch)
2013-01-24 19:32 PST, Tim Horton
sam: review+
Tim Horton
Comment 1 2013-01-24 19:32:17 PST
Tim Horton
Comment 2 2013-01-24 19:49:02 PST
Note You need to log in before you can comment on or make changes to this bug.