question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
XhmikosRcommented, May 24, 2019

@mcarpenterjr: we still need a Codepen.

1reaction
mcarpenterjrcommented, May 14, 2019

Pretty sure you can duplicate this in the collection of Starter template examples on the bootstrap site.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found