Open
Bug 1834877
Opened 2 years ago
Updated 25 days ago
[css-display] allow 'display' to be animated; and when an animation produces display:none, it should continue to run, but still cancel animations within that subtree
Categories
(Core :: CSS Transitions and Animations, defect)
Core
CSS Transitions and Animations
Tracking
()
NEW
| Size Estimate | M |
People
(Reporter: mozilla-apprentice, Unassigned)
References
(Depends on 1 open bug, Blocks 9 open bugs)
Details
(Keywords: parity-chrome, parity-safari, webcompat:platform-bug, Whiteboard: [platform-feature][webcompat:risk-moderate])
User Story
web-feature: display-animation user-impact-score:12
Attachments
(1 file)
A resolution was made for csswg-drafts/#6429.
[css-display] Why is display listed as not animatable instead of animation type: discrete?
- RESOLVED: When an animations produces display none it continues to run but it still cancels animations within that subtree.
Updated•2 years ago
|
Component: Layout → CSS Transitions and Animations
Summary: [css-display] Why is display listed as not animatable instead of animation type: discrete? → [css-display] When an animations produces display:none, it should continue to run, but still cancel animations within that subtree
Updated•2 years ago
|
Summary: [css-display] When an animations produces display:none, it should continue to run, but still cancel animations within that subtree → [css-display] When an animation produces display:none, it should continue to run, but still cancel animations within that subtree
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
|
||
updating bug title to get to the more fundamental change here, which is allowing display to be animated.
Summary: [css-display] When an animation produces display:none, it should continue to run, but still cancel animations within that subtree → [css-display] allow 'display' to be animated; and when an animation produces display:none, it should continue to run, but still cancel animations within that subtree
Updated•2 years ago
|
Blocks: css-display-4
Comment 3•1 year ago
|
||
Is the backdrop not animating in when clicking the button here (contrary to what it does in chrome) part of this bug? https://codepen.io/depict_daniel/pen/XWvmPee
Comment 4•1 year ago
|
||
I don't think so... I think the main issue is bug 1770591 (::backdrop is right now not a proper element, so I don't think we can target animations to it).
Comment 6•1 year ago
|
||
Updated•1 year ago
|
Whiteboard: webcompat:risk-moderate
Updated•10 months ago
|
Size Estimate: --- → M
Updated•10 months ago
|
Keywords: parity-chrome,
parity-safari
Updated•8 months ago
|
User Story: (updated)
Updated•6 months ago
|
Updated•6 months ago
|
Updated•2 months ago
|
Whiteboard: webcompat:risk-moderate → [platform-feature][webcompat:risk-moderate]
Updated•2 months ago
|
Keywords: webcompat:platform-bug
Updated•2 months ago
|
User Story: (updated)
Updated•1 month ago
|
User Story: (updated)
You need to log in
before you can comment on or make changes to this bug.
Description
•