[Webkit-unassigned] [Bug 27159] Unsetting an object's transition property to restyle it without animating doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 19:38:50 PDT 2010


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


Andrew Dupont <webkit at andrewdupont.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at andrewdupont.net




--- Comment #4 from Andrew Dupont <webkit at andrewdupont.net>  2010-06-10 19:38:50 PST ---
I second Andy's request.

JavaScript animation libraries often have to chain multiple effects together, and on firing of "webkitTransitionEnd" would need to (a) reset any transition-related style properties; (b) set new values for those same properties for the next effect in the queue.

Currently, (a) and (b) can't be done together; (b) must be deferred with a "setTimeout" call, at which point the animation library loses the rigid control of timing that is so important to keep things working properly.

-- 
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