What is happening?
The animation is interrupted when we increase its duration
What should be happening?
The animation should not be interrupted
(P.S. in code too but https://getbootstrap.com/docs/4.5/components/collapse/ works fine)
Steps to reproduce issue
- go to https://reactstrap.github.io/components/collapse/
- change class ".collapsing" - "transition: height 0.35s ease" to "transition: height 5s ease"
- Click toogle
What is happening?
The animation is interrupted when we increase its duration
What should be happening?
The animation should not be interrupted
(P.S. in code too but https://getbootstrap.com/docs/4.5/components/collapse/ works fine)
Steps to reproduce issue