RESOLVED FIXED 266409
[web-animations] rename and move KeyframeList
https://bugs.webkit.org/show_bug.cgi?id=266409
Summary [web-animations] rename and move KeyframeList
Antoine Quint
Reported 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`.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-14 06:19:18 PST
Antoine Quint
Comment 2 2023-12-14 06:21:11 PST
EWS
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.