RESOLVED FIXED 281419
[web-animations] add the notion of an "intrinsic iteration duration" from Web Animations Level 2
https://bugs.webkit.org/show_bug.cgi?id=281419
Summary [web-animations] add the notion of an "intrinsic iteration duration" from Web...
Antoine Quint
Reported 2024-10-14 03:35:13 PDT
Web Animations Level 2 introduces the notion of an "intrinsic iteration duration", see https://drafts.csswg.org/web-animations-2/#intrinsic-iteration-duration. We need to introduce this notion in our codebase to support Scroll-driven Animations since the simple "iteration duration" may have seconds-based values which would cause problem in code since all progress-based values are expected to be percentages.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-10-14 03:35:26 PDT
Antoine Quint
Comment 2 2024-10-14 03:37:06 PDT
EWS
Comment 3 2024-10-14 10:17:29 PDT
Committed 285130@main (f735de0e1cf2): <https://commits.webkit.org/285130@main> Reviewed commits have been landed. Closing PR #35143 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.