vue-carousel-gallery
Version:
Vue Carousel Gallery
21 lines (18 loc) • 360 B
JavaScript
export default {
/**
* Autostarts the carousel
*/
autoStart: true,
/**
* The duration of each slide
*/
animationDuration: 3000,
/**
* The animation type for each slide
*/
animationType: "linear",
/**
* If set to true, you received detailed logs about the plugin.
*/
debugInfo: false
};