Bug 266409 - [web-animations] rename and move KeyframeList
Summary: [web-animations] rename and move KeyframeList
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-14 06:18 PST by Antoine Quint
Modified: 2023-12-14 10:35 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2023-12-14 06:18:52 PST
The KeyframeList class is used almost exclusively in the animations code, so it would make sense to move it under the "animation" directory. We also refer to such keyframes as "blending keyframes" in the animation code, so we take this opportunity to also rename `KeyframeList` as `BlendingKeyframes` and `KeyframeValue` as `BlendingKeyframe`.
Comment 1 Radar WebKit Bug Importer 2023-12-14 06:19:18 PST
<rdar://problem/119663662>
Comment 2 Antoine Quint 2023-12-14 06:21:11 PST
Pull request: https://github.com/WebKit/WebKit/pull/21795
Comment 3 EWS 2023-12-14 10:35:19 PST
Committed 272055@main (11d1cdb0666c): <https://commits.webkit.org/272055@main>

Reviewed commits have been landed. Closing PR #21795 and removing active labels.