How can I make the boostrap js carousel automatically cycle as soon as the page loads?
- by Jonathan Larkin
Using bootstrap.js version 2.02
I'm trying to get the Twitter Bootstrap Carousel to automatically cycle as soon as someone visits my site. Right now, the auto cycling works only after you click one of the cycle buttons at least once.
I want the carousel to begin cycling at the interval right away.
Does anyone know how to do this?
My site is hotairraccoon.com
You'll see how after you click the carousel once, it begins to cycle every 5 seconds or so, but I don't want the click to be required to reveal carousel content.
Thanks!