Closed
Bug 2046061
Opened 2 months ago
Closed 1 month ago
allow-discrete Transition for display property not working
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1834877
People
(Reporter: dennis, Unassigned)
Details
Steps to reproduce:
When using allow-discrete transition behaviour, changing display to none won't run a transition:
https://jsfiddle.net/dsine/9n0rtf3m/
Actual results:
The display property is changed without transition and without firing transition events.
Expected results:
The display property should run a transition with the specified duration and fire e.g. a transitionend event.
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Comment 2•1 month ago
|
||
Thanks, bug 1834877 tracks this, it's on the radar.
Status: UNCONFIRMED → RESOLVED
Closed: 1 month ago
Duplicate of bug: 1834877
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•