In 5.2.0-beta1 > different behavior of carousel data-bs-interval="false"
Created by: allanchao
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
In 5.2.0-beta1 (as compared to 5.1.3), the carousel has different behavior when specified with data-bs-interval="false"
In 5.1.3, it disables auto scroll
In 5.2.0-beta1, it scrolls instantly
I believe this is a bug, as the docs still say that it should disable auto scroll https://getbootstrap.com/docs/5.2/components/carousel/#disable-touch-swiping
Reduced test cases
https://codepen.io/comicsanscoder/pen/QWQVJbq
(switching js between 5.2.0-beta1 and 5.1.3 demonstrates the bug)
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.2.0-beta1