Skip to content

[Feature Request] B-Carousel Option to disable pause on hover #2887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Hiws opened this issue Mar 21, 2019 · 1 comment · Fixed by #2888
Closed

[Feature Request] B-Carousel Option to disable pause on hover #2887

Hiws opened this issue Mar 21, 2019 · 1 comment · Fixed by #2888
Assignees

Comments

@Hiws
Copy link
Member

Hiws commented 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.

@Hiws 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
@tmorehouse
Copy link
Member

We should be able to add a prop no-hover-pause, which when set would disable the pause on hover.

@tmorehouse tmorehouse self-assigned this Mar 21, 2019
tmorehouse added a commit that referenced this issue Mar 21, 2019
Adds a new prop `no-hover-pause` that can be used to disabled carousel pausing on mouse over.

Closes #2887
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants