[webkit-changes] [WebKit/WebKit] de3095: [view-transitions] Async animation of snapshot pos...
mattwoodrow
noreply at github.com
Tue May 21 18:05:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: de30955ecaa15582965bf1863c2c13f130e4db16
https://github.com/WebKit/WebKit/commit/de30955ecaa15582965bf1863c2c13f130e4db16
Author: Matt Woodrow <mattwoodrow at apple.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M Source/WebCore/animation/KeyframeEffect.cpp
Log Message:
-----------
[view-transitions] Async animation of snapshot position via transform looks jumpy with sync animation of size
https://bugs.webkit.org/show_bug.cgi?id=274437
<rdar://128441578>
Reviewed by Antoine Quint.
The default pseudo element structure results in an asynchronous animation of the snapshot position via
transform, and a sync animation of the width/height.
If there's any slowness at all on the main thread, then this looks super jumpy.
* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::computeHasSizeDependentTransform):
Canonical link: https://commits.webkit.org/279093@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list