UNPKG

vue-carousel-gallery

Version:
21 lines (18 loc) 360 B
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 };