You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootstrap currently supports the option to disable/enable pausing the carousel when hovering.
Currently B-Carousel pauses it on hover by default, with no option to disable it.
Adding a prop 'pause' which could be set to 'hover' or null/false depending on what interaction you want would be great.
Another possibility could be to add an 'option' prop and allow the options from the bootstrap docs to be passed through it to make it more like native bootstrap.
The text was updated successfully, but these errors were encountered:
Hiws
changed the title
B-Carousel Option to disable pause on hover
[Feature Request] B-Carousel Option to disable pause on hover
Mar 21, 2019
https://getbootstrap.com/docs/4.3/components/carousel/#options
Bootstrap currently supports the option to disable/enable pausing the carousel when hovering.
Currently B-Carousel pauses it on hover by default, with no option to disable it.
Adding a prop 'pause' which could be set to 'hover' or null/false depending on what interaction you want would be great.
Another possibility could be to add an 'option' prop and allow the options from the bootstrap docs to be passed through it to make it more like native bootstrap.
The text was updated successfully, but these errors were encountered: