-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Description
Collapse.js transition duration is taken from a constant of value of 600.
However in some cases the transition needs to be altered with CSS, for example:
.collapsing {
transition: none;
}
This prevents the collapsing trigger to work properly as it always waits for the 600ms timeout.
The collapse.js transition duration should take its value dynamically from css.
Demo: https://codepen.io/artifex404/pen/LewydR
(Note: auto updating is disabled, rerun codepen to see changes)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels