[Webkit-unassigned] [Bug 225871] Transition started from requestAnimationFrame differs from other browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 00:40:05 PDT 2021


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

Antoine Quint <graouts at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |graouts at webkit.org

--- Comment #1 from Antoine Quint <graouts at webkit.org> ---
Created attachment 428917

  --> https://bugs.webkit.org/attachment.cgi?id=428917&action=review

Test

I rewrote the test to make it so the transition can be re-started and not using transform to remove accelerated animations from the equation. This may be a style resolution issue where we see the style as the value set on the inline style before the animation frame is triggered, where other browsers don't. Indeed, forcing a style recalc by calling getComputedStyle() after the animation frame shows the same behavior across browsers.

-- 
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/20210518/81d4b753/attachment.htm>


More information about the webkit-unassigned mailing list