[Webkit-unassigned] [Bug 144565] Colour transitions queueing instead of changing simultaneously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 5 08:00:48 PDT 2015


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

--- Comment #2 from Saut <anthony at yourwebdev.ninja> ---
Turns out this happens for all inherited properties.

The workaround is to avoid using * with transition: all; and instead specify transitions for inherited properties separately.

Example here: http://codepen.io/sergdenisov/pen/QbjjjP

Thanks to Sergey Denisov on SO for this solution.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150505/b4eeff6f/attachment.html>


More information about the webkit-unassigned mailing list