Enable Animation.timeline setter in release channels
Categories
(Core :: DOM: Animation, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: birtles, Assigned: boris)
References
Details
Attachments
(1 file)
I notice that WebKit just turned this on by default:
https://trac.webkit.org/changeset/291868/webkit/
Whereas we have it disabled everywhere except Nightly:
I think we were waiting to see if the algorithm for that setter changed significantly as part of the scroll timelines work. But perhaps it's safe to ship now?
Boris, what do you think?
| Assignee | ||
Comment 1•3 years ago
•
|
||
I think it's fine to ship this. We are not planning to implement JS support for scroll-linked animations in this half year, so enabling this API on release and beta channels is OK to me. (So the setter is only for document timeline and null timeline).
| Assignee | ||
Comment 2•3 years ago
|
||
Basically, this patch reverts https://phabricator.services.mozilla.com/D63432.
Webkit just turns this on by default [1], so it's worth to enable this
in our release channels.
Updated•3 years ago
|
| Assignee | ||
Comment 3•3 years ago
|
||
Comment 5•3 years ago
|
||
| bugherder | ||
Description
•