Closed
Bug 1929819
Opened 1 year ago
Closed 1 year ago
css animation to 'display: none' with fill mode 'forwards'
Categories
(Core :: CSS Transitions and Animations, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1834877
People
(Reporter: sineway, Unassigned)
Details
Attachments
(1 file)
|
929 bytes,
text/html
|
Details |
Steps to reproduce:
I have a panel that toggles its visibility with fade in and fade out animations depending on whether it has a hidden attribute.
The fade out animation changes opacity to 0 and display to none.
Actual results:
After the fade out animation completes, the display property is not changed and has an initial value of display: block.
Expected results:
After the fade out animation has completed, the display property should be changed to display: none.
Updated•1 year ago
|
Component: Untriaged → CSS Transitions and Animations
Product: Firefox → Core
Comment 1•1 year ago
|
||
I think this is bug 1834877. display is still not animatable, afaict.
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1834877
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•