[Webkit-unassigned] [Bug 55835] Transition has glitches (Chrome 10, WebKit Nightly)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 26 07:01:29 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=55835


Kevin Doughty <css at kxdx.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |css at kxdx.org




--- Comment #5 from Kevin Doughty <css at kxdx.org>  2013-04-26 06:59:49 PST ---
This is the same as rdar://problem/12081774 . I call it the flash of un-animated content. I have a more reliable demo at http://jsfiddle.net/DFTzk/ . I have this problem using Core Animation. It seems that even though an animation is added and the model value is set within the same transaction, there appear to be slight media timing differences. The workaround is to use kCAFillModeBoth, which ensures that there are no gaps.  The bug was not present in OSX 10.5 Leopard, I believe it was introduced when Core Animation was re-written in C++. Unfortunately CSS transactions do not allow fill mode to be specified, only CSS animations.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list