[Webkit-unassigned] [Bug 244994] stevejobsarchive.com: Text animations not as smooth on Safari as in Chrome or Firefox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 06:23:04 PDT 2022


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

--- Comment #3 from Antoine Quint <graouts at webkit.org> ---
There are three animations happening at once:

1. CSSTransition for transform going from matrix(1, 0, 0, 1, 0, 0) to matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0) running for 200ms on <button class="BaseButton_container__ZKYS_ IconButton_button__vPKSn IconButton_buttonLarge__gS9Aj IconButton_colorThemeLightWhiteHover__F8Vz3 TimelineListItem_button__FWbRc TimelineListItem_buttonRotated__V76He">

2. CSSTransition for padding-left going from 84.375px to 0px running for 1333ms on <div class="Thumbnail_mediaContainer__7qgG_ Thumbnail_mediaContainerExpanded__4bnIH">

3. CSSTransition for font-size going from 44.099998px to 75.599998px running for 1333ms on <div class="Quote_quoteSmall__xPcwP Quote_quoteLarge__zsfwo">

-- 
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/20220913/3cf7962f/attachment.htm>


More information about the webkit-unassigned mailing list