Enable scroll-driven animations on Nightly
Categories
(Core :: CSS Transitions and Animations, task)
Tracking
()
People
(Reporter: boris, Assigned: boris)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed)
Attachments
(2 files)
Updated•2 years ago
|
Assignee | ||
Comment 1•4 days ago
|
||
We have some basic implementation already, and it'd be better to enable
this perference earlier for interop estimation purpose, so we can show the
correct result on web-platform-tests dashboard.
Assignee | ||
Comment 2•4 days ago
|
||
Updated•4 days ago
|
Updated•4 days ago
|
Assignee | ||
Updated•4 days ago
|
Assignee | ||
Updated•4 days ago
|
Assignee | ||
Updated•4 days ago
|
Assignee | ||
Comment 3•4 days ago
•
|
||
Assignee | ||
Comment 4•4 days ago
|
||
There are some failures in css/css-animations/parsing/animation-computed.html. So we probably have to upload a patch which enable the preference in this folder first and fix the failures.
Assignee | ||
Comment 5•3 days ago
|
||
Also, we have to tweak the serialization of animation shorthand.
We serialize animation shorthand only when animation-timeline is the
initial value (i.e. time-driven animations), so the resolved value of
animation-duration component is always 0s.
Assignee | ||
Comment 6•3 days ago
|
||
try with the new patch: https://treeherder.mozilla.org/jobs?repo=try&revision=614f9763f380473562fc1d736dcecc4eeba3f2ee
https://hg.mozilla.org/mozilla-central/rev/6a2a5a8dcedc
https://hg.mozilla.org/mozilla-central/rev/0220f4ba6368
Comment 9•3 days ago
|
||
:boris could you consider nominating this for a release note? (Process info)
We could include it in the nightly only release notes.
Assignee | ||
Comment 10•2 days ago
•
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: We enable scroll-driven animations for experimental purpose. There are some basic implementation in Gecko, and after enabling this feature on Nightly we can show the proper status on WPT dashboard, for interop purpose. That means all browser vendors can understand Gecko implementation status via Web-platform tests, and it'd be easier for us to make the decision to champion scroll-driven animations into the focus areas in the following years.
[Affects Firefox for Android]: Yes
[Suggested wording]: Enable scroll-driven animations experimentally in Nightly.
[Links (documentation, blog post, etc)]: https://groups.google.com/a/mozilla.org/g/dev-platform/c/d8k74ywuFNQ/m/GhdIaDDbCQAJ
Assignee | ||
Comment 11•2 days ago
•
|
||
We can see our current implementation status on WPT dashboard now, e.g. https://wpt.fyi/results/scroll-animations?label=master&label=experimental&product=chrome&product=firefox&aligned.
The score is about 47% today.
Comment 12•2 days ago
|
||
Thanks, added to the Fx136 nightly release notes, please allow 30 minutes for the site to update.
Description
•