Open
Bug 1762238
Opened 4 years ago
Updated 13 days ago
[meta] [scroll-animations-1] CSSNumberish time values to represent types.
Categories
(Core :: DOM: Animation, task)
Core
DOM: Animation
Tracking
()
NEW
People
(Reporter: mozilla-apprentice, Unassigned)
References
(Depends on 1 open bug, Blocks 3 open bugs)
Details
(Keywords: meta)
A resolution was made for csswg-drafts/#7102.
[scroll-animations-1] CSSNumberish time values to represent types.
- RESOLVED: Use CSSNumberish for "time" values in Web Animations API
Updated•4 years ago
|
Blocks: scroll-animations-1
Updated•4 years ago
|
Component: Layout → DOM: Animation
Updated•3 years ago
|
Updated•3 years ago
|
Blocks: web-animations-2
Updated•8 months ago
|
Updated•4 months ago
|
Whiteboard: [scrollanimation:mvp]
Comment 1•3 months ago
|
||
(FWIW, both STP and Chrome Canary return CSSUnitValue for getAnimations()[0].currentTime)
Comment 2•3 months ago
•
|
||
Also, the wpt tests do use CSSNumericValue, e.g.
https://searchfox.org/firefox-main/rev/336fbf710daa1af13ff2bb550dd0ea1d4e82b305/testing/web-platform/tests/scroll-animations/scroll-timelines/finish-animation.html#80,84,87
and
https://searchfox.org/firefox-main/rev/336fbf710daa1af13ff2bb550dd0ea1d4e82b305/testing/web-platform/tests/scroll-animations/scroll-timelines/setting-current-time.html#46,49,52,65
and more.
Comment 3•3 months ago
|
||
Make this as a meta because there are a lot of places we have to replace by CSSNumberish.
Updated•3 months ago
|
Summary: [scroll-animations-1] CSSNumberish time values to represent types. → [meta] [scroll-animations-1] CSSNumberish time values to represent types.
You need to log in
before you can comment on or make changes to this bug.
Description
•