覆盖Bootstrap 4 Carousel的悬停暂停行为

时间:2018-08-11 16:56:51

标签: hover bootstrap-4 carousel

我正在Bootstrap 4中制作一个非交互式轮播。默认情况下,当用户悬停时,轮播会停留在当前幻灯片上。如何禁用此行为?

1 个答案:

答案 0 :(得分:1)

这是Bootstrap 4.1.x official documentation的轮播组件。

在声明轮播时,您可以使用属性data-pause="false",例如:

<div id="carouselExampleFade" class="carousel slide carousel-fade" data-pause="false">