[webkit-changes] [WebKit/WebKit] 2395da: [web-animations] Update the procedure to set the p...
Antoine Quint
noreply at github.com
Wed Dec 11 08:40:06 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2395da7da3af3de706f8f6f535406d87e663264f
https://github.com/WebKit/WebKit/commit/2395da7da3af3de706f8f6f535406d87e663264f
Author: Antoine Quint <graouts at webkit.org>
Date: 2024-12-11 (Wed, 11 Dec 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/scroll-animations/scroll-timelines/setting-playback-rate-expected.txt
M Source/WebCore/animation/WebAnimation.cpp
Log Message:
-----------
[web-animations] Update the procedure to set the playback rate of an animation to account for non-monotonic timelines
https://bugs.webkit.org/show_bug.cgi?id=284455
rdar://141277730
Reviewed by Anne van Kesteren.
The procedure to set the playback rate of an animation [0] was updated to account for non-monotonic timelines,
which in practice means scroll-driven animations.
[0] https://drafts.csswg.org/web-animations-1/#setting-the-playback-rate-of-an-animation
* LayoutTests/imported/w3c/web-platform-tests/scroll-animations/scroll-timelines/scroll-animation-effect-phases.tentative-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/scroll-animations/scroll-timelines/setting-playback-rate-expected.txt:
* Source/WebCore/animation/WebAnimation.cpp:
(WebCore::WebAnimation::setPlaybackRate):
Canonical link: https://commits.webkit.org/287674@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