Open Bug 1882408 Opened 2 months ago Updated 14 days ago

transition-behavior doesn't work as expected

Categories

(Core :: CSS Transitions and Animations, defect)

Firefox 125
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: nobody → boris.chiou
Severity: -- → S3

Looks like the animation of display is buggy, per our meta.

I'd go through it for CSS Animation as well.

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.

We probably have to fix Bug 1834877 first.

Depends on: 1834877
You need to log in before you can comment on or make changes to this bug.