[webkit-changes] [WebKit/WebKit] a0dd96: [view-transitions] Spinner animation on https://ww...
mattwoodrow
noreply at github.com
Wed May 22 19:28:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0dd96a17f0a14f6ceab095230852d772289c052
https://github.com/WebKit/WebKit/commit/a0dd96a17f0a14f6ceab095230852d772289c052
Author: Matt Woodrow <mattwoodrow at apple.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M Source/WebCore/rendering/RenderLayerBacking.cpp
Log Message:
-----------
[view-transitions] Spinner animation on https://www.kvin.me/posts/button-interaction jumps
https://bugs.webkit.org/show_bug.cgi?id=274400
<rdar://128405857>
Reviewed by Tim Nguyen.
When an element is captured in a view transition, its 'transform' gets applied to the
::view-transition-group pseudo element, and we stop it being applied to the layer
for the element itself.
This makes sure we don't accidentally put it back again with an async animation.
* Source/WebCore/rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::startAnimation):
Canonical link: https://commits.webkit.org/279170@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