[Webkit-unassigned] [Bug 203081] [Web Animations] Adding a transition interferes with Web Animation easing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 6 07:21:53 PST 2020


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

--- Comment #5 from Antoine Quint <graouts at apple.com> ---
The issue here is that we're generating transitions when we shouldn't be:

    1. CSSTransition for transform going from matrix(1, 0, 0, 1, 0, 0) to none running for 2000ms on <div class="square trans">
    2. CSSTransition for opacity going from 0.001500000013038516 to 1 running for 2000ms on <div class="square trans">

We're picking up the opacity and transform values animated by the Web Animations, and we should ignore those altogether.

-- 
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/20200206/864635a1/attachment-0001.htm>


More information about the webkit-unassigned mailing list