[Webkit-unassigned] [Bug 160478] Reapply r202950 and investigate broken image zoom animations at medium.com
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 9 21:12:06 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=160478
--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The problem is that this no longer works:
transition: background-color 1s;
transition-delay: 1s;
(same for animations).
CSSParser::parseTransitionShorthand() also sets prefixed properties, but parsing the longhands does not, so we behave as if -webkit-transition-delay:0 is set. Indeed, changing the second line to -webkit-transition-delay: 1s works around the bug.
--
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/20160910/a90d7454/attachment.html>
More information about the webkit-unassigned
mailing list