Open
Bug 537142
(css-transitions)
Opened 15 years ago
Updated 1 year ago
[META] get CSS transitions complete enough to ship
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
(Depends on 7 open bugs, Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed, meta, Whiteboard: [evang-wanted-3.7])
This is a metabug for tracking the bugs needed to make our CSS transitions support complete enough to ship.
It is a tracking bug only; technical issues should not be discussed here.
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Updated•15 years ago
|
Updated•15 years ago
|
Whiteboard: [evang-wanted-3.7]
Reporter | ||
Comment 1•15 years ago
|
||
And please note that I'm being pessimistic about requirements: if there's doubt, I'm adding a bug as a dependency of this bug, even though I might remove it later.
Reporter | ||
Comment 2•14 years ago
|
||
Also need to get a bug on file for animating between 'auto' values of various properties and numbers (preferably implemented on top of calc()).
Updated•14 years ago
|
Keywords: dev-doc-needed
Comment 3•14 years ago
|
||
We have documentation for CSS transitions. I need someone to please review these to let me know if they're accurate; it's been a while since the stuff was written and I don't know if there have been changes to the implementation:
https://developer.mozilla.org/en/CSS/CSS_transitions
https://developer.mozilla.org/en/CSS/-moz-transition
https://developer.mozilla.org/en/CSS/-moz-transition-property
https://developer.mozilla.org/en/CSS/-moz-transition-duration
https://developer.mozilla.org/en/CSS/-moz-transition-timing-function
https://developer.mozilla.org/en/CSS/-moz-transition-delay
Comment 4•14 years ago
|
||
it seems that we don't support clip in transitions. Should I report it as a separate bug or is it intended?
Reporter | ||
Comment 5•14 years ago
|
||
'clip' should work, though we can't transition from clip:auto to some other 'clip' (not fixable) and probably not from 'auto' values within rects to other values (probably fixable)
Comment 6•14 years ago
|
||
yeah, I hit the "from auto values within rects to other values" case. Should I report that one?
Reporter | ||
Comment 7•14 years ago
|
||
Sure; it's definitely worth having a bug on, though it probably won't happen for 4.0.
Comment 8•14 years ago
|
||
filed as bug 608591
Comment 9•13 years ago
|
||
@Zbigniew Braniecki
Shouldn't this also depend on the bug 608591?
Reporter | ||
Updated•8 years ago
|
Alias: css-transitions
Blocks: all-css-modules
Updated•6 years ago
|
Type: defect → enhancement
Reporter | ||
Updated•4 years ago
|
Assignee: dbaron → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: css-transitions-2
You need to log in
before you can comment on or make changes to this bug.
Description
•