Using the twitter bootstrap framework, how is it possible to invoke the carousel to \'auto slide.\' Meaning when the page loads, the carousel automatically scrolls.
I ha
You can use the data-interval attribute on the html markup to auto play:
data-interval: The amount of time in milliseconds to delay between automatically cycling an item. If false, carousel will not automatically cycle. 0 讨论(0) 查看其它10个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
data-interval: The amount of time in milliseconds to delay between automatically cycling an item. If false, carousel will not automatically cycle.