Simple Slider - pausing between slide changes

Is it possible to have a pause between slide changes, i.e wait 5 seconds or more before changing from slide one to slide two etc. I cant seem to find an option for that within the API documentation unless ive completely skipped over it or I am missing something..

Any help is much appreciated.

The carousel component is defaulted to 500ms although it appears that it's a 5 second interval when it should be a half a second interval.

There are 1k milliseconds in 1 second so in reality the default 500ms should be transitioning really fast which is noticeable if you set it to 1000ms.

So in the end, select the carousel parent element i.e. the DIV with the data-ride="carousel". Either by way of the Carousel block in the Overview pane (bottom/left) or the HTML pane (bottom/middle/left). Then in the Options pane (top/right) click on the Gear Cog icon and set the interval(ms) to 5000.

Saj