Refactor collapsible animation #2961
Labels
Investigate
Needs more investigation, don't know how to do, possibly a bug
Technical Debt
Improving internal product quality
Originally posted by @Macroz in #2951 (comment)
Currently
rems.collapsible/block
is using Bootstrap collapse via Javascript API (https://getbootstrap.com/docs/4.1/components/collapse/#via-javascript).#2951 introduces atom-based state for tracking internal show/hide state that toggles between "hideable collapsed" and "hideable expanded" content. Bootstrap uses jQuery and Javascript to handle dynamic element animation, which maybe needs to be re-created if the functionality is refactored into the atom.
The text was updated successfully, but these errors were encountered: