Open
Bug 536540
Opened 15 years ago
Updated 2 years ago
support animation of CSS gradient values in nsStyleAnimation
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(3 files)
We should support animation of CSS gradient values (i.e., -moz-linear-gradient, -moz-radial-gradient) in nsStyleAnimation.
There's still some open debate on how animation of gradients should work.
(I don't have work in progress on this, but I'm trying to get bugs filed on animation/transition work that should happen for 3.7.)
Reporter | ||
Comment 1•15 years ago
|
||
See also bug 536541 on SVG gradients.
Reporter | ||
Updated•15 years ago
|
Blocks: css-transitions
Updated•15 years ago
|
Keywords: dev-doc-needed
Gradient interpolation is now defined by the spec: http://www.w3.org/TR/css3-images/#interpolating-gradients
Comment 3•13 years ago
|
||
/me want to help.
But i do not know where to start.
I need to animate the -moz-radial-gradient.
In this test case[1]:
* IE10 has supported gradient animation.
* Chrome and Safari has supported image animation(Like cross-fade()[1]).
* Firefox at least should do a simple transition(direct display of different images), rather than nothing.
Related animation how to calculate the spec here[2], The current spec is already CR.
[1] https://bugzilla.mozilla.org/attachment.cgi?id=8755319
[2] https://drafts.csswg.org/css-images/#cross-fade-function
[3] https://drafts.csswg.org/css-images/#interpolation
Updated•2 years ago
|
Severity: normal → S3
Comment 8•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 19 votes.
:emilio, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(emilio)
Updated•2 years ago
|
Flags: needinfo?(emilio)
You need to log in
before you can comment on or make changes to this bug.
Description
•