[webkit-changes] [WebKit/WebKit] 6950f6: [scroll-animations] Add Animation.rangeStart and A...
Nikos Mouchtaris
noreply at github.com
Fri Sep 27 09:51:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6950f6db7b42ae69add723c4656a556e8b317357
https://github.com/WebKit/WebKit/commit/6950f6db7b42ae69add723c4656a556e8b317357
Author: Nikolaos Mouchtaris <nmouchtaris at apple.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/Animation/style-change-events-expected.txt
M Source/WebCore/CMakeLists.txt
M Source/WebCore/DerivedSources-input.xcfilelist
M Source/WebCore/DerivedSources-output.xcfilelist
M Source/WebCore/DerivedSources.make
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/animation/KeyframeAnimationOptions.h
M Source/WebCore/animation/KeyframeAnimationOptions.idl
A Source/WebCore/animation/TimelineRangeOffset.h
A Source/WebCore/animation/TimelineRangeOffset.idl
M Source/WebCore/animation/WebAnimation.h
M Source/WebCore/animation/WebAnimation.idl
M Source/WebCore/animation/WebAnimationTypes.h
M Source/WebCore/dom/Element.cpp
Log Message:
-----------
[scroll-animations] Add Animation.rangeStart and Animation.rangeEnd API
https://bugs.webkit.org/show_bug.cgi?id=280300
rdar://136626109
Reviewed by Antoine Quint.
Add Animation.rangeStart and Animation.rangeEnd API.
* Source/WebCore/animation/WebAnimation.cpp:
(WebCore::WebAnimation::setBindingsRangeStart):
(WebCore::WebAnimation::setBindingsRangeEnd):
* Source/WebCore/animation/WebAnimation.h:
(WebCore::WebAnimation::bindingsRangeStart const):
(WebCore::WebAnimation::bindingsRangeEnd const):
* Source/WebCore/animation/WebAnimation.idl:
Canonical link: https://commits.webkit.org/284367@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