[Webkit-unassigned] [Bug 181755] [iOS] [WPE] Wrong animation speed when using CSS transform, rendering glitch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 00:15:14 PDT 2023


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

--- Comment #3 from Antoine Quint <graouts at webkit.org> ---
@keyframes scrolllistTicker {
    0% { transform: translate3d(0, 0%, 0) }
    100% { transform: translate3d(0, -50%, 0) }
}

Presumably we don't compute 50% in the same way and this causes the different speed visibly.

-- 
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/20230511/0084ec87/attachment-0001.htm>


More information about the webkit-unassigned mailing list