[Webkit-unassigned] [Bug 187942] [Web Animations] REGRESSION: transition added immediately after element creation doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 07:30:39 PDT 2018


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

--- Comment #4 from Antoine Quint <graouts at apple.com> ---
The computed keyframes after creating the transitions shows that we think we're animating the "transform" property from "none" to "none", ignoring the "scale(0)" initial value.

Animating "opacity" instead from an initial 0 to the default 1 computes the expected keyframes but does not run the animation.

Finally, animating "margin-left" from an initial "100px" to the default "0" computes the expected keyframes _and_ runs the animation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180724/12b3d547/attachment-0001.html>


More information about the webkit-unassigned mailing list