Bug 281419
Summary: | [web-animations] add the notion of an "intrinsic iteration duration" from Web Animations Level 2 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Antoine Quint <graouts> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | graouts, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antoine Quint
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/137867467>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/35143
EWS
Committed 285130@main (f735de0e1cf2): <https://commits.webkit.org/285130@main>
Reviewed commits have been landed. Closing PR #35143 and removing active labels.