Bug 281847
| Summary: | [scroll-animations] setting the `timeline` property via the JS API should override any change to the `animation-timeline` CSS property | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fujii.hironori, graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=281861 | ||
Antoine Quint
We need to make sure that `animation-timeline` behaves like other CSS properties related to animations in that it should no longer affect the animation if the `timeline` property is set using the JS API.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/138304343>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/35513
EWS
Committed 285504@main (313f0ca79b4a): <https://commits.webkit.org/285504@main>
Reviewed commits have been landed. Closing PR #35513 and removing active labels.
Fujii Hironori
Regressed: Bug 281861 – REGRESSION(285504@main): [ macOS ] imported/w3c/web-platform-tests/scroll-animations/css/animation-timeline-ignored.tentative.html is a constant failure.