防止 twitter bootstrap carousel 在页面加载时自动滑动 [英] Preventing twitter bootstrap carousel from auto sliding on page load

查看:28
本文介绍了防止 twitter bootstrap carousel 在页面加载时自动滑动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

那么,除非单击下一个或上一个按钮,否则有没有办法防止 twitter bootstrap carousel 在页面加载时自动滑动?

So is there anyway to prevent twitter bootstrap carousel from auto sliding on the page load unless the next or previous button is clicked?

谢谢

推荐答案

或者,如果您使用的是 Bootstrap 3.0,您可以使用 data-interval="false" 来停止循环

Or if you're using Bootstrap 3.0 you can stop the cycling with data-interval="false" for instance

<div id="carousel-example-generic" class="carousel slide" data-interval="false">

其他有用的轮播数据属性在这里 -> http://getbootstrap.com/javascript/#carousel-usage

Other helpful carousel data attributes are here -> http://getbootstrap.com/javascript/#carousel-usage

这篇关于防止 twitter bootstrap carousel 在页面加载时自动滑动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆