We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
We could use the same approach as #25218 for this
Sorry, something went wrong.
Agree, or at least expose the transition timing variable, so it could be modified.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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:
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)
The text was updated successfully, but these errors were encountered: