The hidden process of collapse is not smooth
See original GitHub issue<form>
<div class="form-row align-items-center">
<div class="col-auto">
...
</div>
...
<a href="#table-search-add" data-toggle="collapse"><i class="fa fa-fw fa-caret-down"></i></a>
</div>
<div id="table-search-add" class="collapse table-search-add">
<div class="form-row align-items-center">
...
</div>
</div>
</form>
When table-search-add is hidden, it will briefly stay at half height.
Bootstrap 4.0.0 Chrome 74
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Bootstrap accordion collapse content callback is not smooth
So I have just imported the CSS code from it to my stylesheet I will need for the collapse. But still this is...
Read more >Collapse Events Not Working - Material Design for Bootstrap
Topic: Collapse Events Not Working ... *Actual behavior*The collapse is opened but the bootstrap event is not fired. Is this a known bug?...
Read more >Collapse · Bootstrap v4.5
The collapse JavaScript plugin is used to show and hide content. Buttons or anchors are used as triggers that are mapped to specific...
Read more >Transitions - React-Bootstrap
Add a collapse toggle animation to an element or component. Smooth animations. If you're noticing choppy animations, and the component that's being collapsed...
Read more >Bootstrap JS Collapse Reference - W3Schools
The data-target attribute accepts a CSS selector to apply the collapse to. Be sure to add the class collapse to the collapsible element....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@mcarpenterjr: we still need a Codepen.
Pretty sure you can duplicate this in the collection of Starter template examples on the bootstrap site.