transition-behavior doesn't work as expected
Categories
(Core :: CSS Transitions and Animations, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | affected |
People
(Reporter: sebo, Assigned: boris)
References
(Depends on 1 open bug)
Details
(Keywords: parity-chrome, parity-safari)
Given the Codepen example provided by the people behind the related web.dev blog post, transition-behavior
doesn't have any influence on the transition of the display
property.
According to CSS Display 4, any p value between 0 and 1 results in the non-none
value. So the cards in the example should have a value of block
for the display
property for the time of the transition (0.25s) until it switches to none
.
Sebastian
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
•
|
||
Looks like the animation of display
is buggy, per our meta.
I'd go through it for CSS Animation as well.
Assignee | ||
Comment 2•1 year ago
•
|
||
So it seems like we intentionally disabled the animation of display
property, per Bug 1371518 comment 0. So this may be related to supporting animation for display
property. Once we support it, transition-behavior should work properly.
Updated•1 year ago
|
Description
•