Animations

Choose between slide, fade, or grow animations using class:

<div class="quanta-carousel carousel-animate-fade">...</div>
<div class="quanta-carousel carousel-animate-grow">...</div>

Indicator Types

Available: circle, square, rect, img. Use data-indicator-type:

<div class="quanta-carousel" data-indicator-type="square">...</div>

Controls

Toggle navigation buttons using data-controls="false".

<div class="quanta-carousel" data-controls="false">...</div>

Autoplay

Set data-autoplay-enabled="true" and specify interval in ms with data-autoplay="5000".

<div class="quanta-carousel" data-autoplay-enabled="true" data-autoplay="4000">...</div>

Swipe Support

Mobile swipe gestures are built-in and work by default. Just touch and drag.