[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:56:02 PDT 2010


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-06-10 19:56:02 PST ---
This is expected behavior because of the way that the browser batches style changes. This behavior is common to all the major browsers.

I agree that it can be annoying with transitions, but the alternative would be to force expensive style updates when transition properties change, that we don't want to do that.

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