Bug 266409

Summary: [web-animations] rename and move KeyframeList
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.