Closed
Bug 1317914
Opened 8 years ago
Closed 8 years ago
Ship keyframes paced spacing
Categories
(Core :: DOM: Animation, defect, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
INVALID
People
(Reporter: boris, Unassigned)
References
(Depends on 1 open bug)
Details
After landing Bug 1272549, Bug 1286150, and Bug 1286151, almost all animated CSS properties are covered for paced spacing, so it's time to ship paced spacing on Web Animations API. i.e. remove the checking of IsCoreAPIEnabledForCaller() from spacing.[1]
[1] http://searchfox.org/mozilla-central/rev/8562d3859b89ac89f46690b9ed2c473e0728d6c0/dom/animation/KeyframeEffectParams.cpp#116-121
Reporter | ||
Updated•8 years ago
|
Blocks: web-animations
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Summary: Ship paced spacing → Ship keyframes paced spacing
Comment 1•8 years ago
|
||
We need to get this specced first and then coordinate with Google.
Also, when I spoke to Google last Friday, they suggested an alternate way of calculating distance for transform lists which is probably better :/ I'll file a bug on it.
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Brian Birtles (:birtles) from comment #1)
> We need to get this specced first and then coordinate with Google.
>
> Also, when I spoke to Google last Friday, they suggested an alternate way of
> calculating distance for transform lists which is probably better :/ I'll
> file a bug on it.
OK. I will also file an issue/proposal to w3c for calculating the distance of filter lists, and wait for your new suggested way for transform lists.
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment 3•8 years ago
|
||
Marking this as invalid per bug 1339690.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Updated•8 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•