Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 881 Bytes

readme.md

File metadata and controls

51 lines (33 loc) · 881 Bytes

Table of Contents

Carousel

This is the description for my class.

Parameters

  • settings Object A config object

Examples

new Carousel({
     autoPlay: 5000, //ms
     animationTime: 5000,//ms
     visibleItemCount: 2,
     transitionTimingFunction: "linear", // linear, ease, ease-in, ease-out, ease-in-out
     center: true,
     vCenter: true,
     loop: true
});

reinit

This is the description for my class.

addSlide

This is the description for my class.