Idea Summary
Carousel - Ability to Pause; Play via a button click.
Use Case
Adjust out the box Carousel so that have the ability to Pause on a given event.
Preferred Solution (Optional)
Whilst there are other options to load plugins that involve creating a new version of the Carousel. Editing the current one to allow for interaction so that the following can be instageted via an event (Click, MouseOver)
$('#carousel').carousel('pause');
$('#carousel').carousel('cycle');
//Change graphic of button
mcb= $('#myCarouselButton');
mcb.find('span').toggleClass('fa-pause fa-play');