Name | Description | |
---|---|---|
disable | A value that determines whether to show animation. Set this option to true in order to disable easing. | |
duration | The duration option defines the length of the scrolling animation effect in milliseconds. | |
easing | Sets the type of animation easing effect that users experience when the wijcarousel is scrolled to another image. For example, the wijcarousel can bounce several times as it loads. Valid Values: easeInCubic - Cubic easing in.Begins at zero velocity and then accelerates. easeOutCubic - Cubic easing in and out.Begins at full velocity and then decelerates to zero. easeInOutCubic - Begins at zero velocity, accelerates until halfway, and then decelerates to zero velocity again. easeInBack - Begins slowly and then accelerates. easeOutBack - Begins quickly and then decelerates. easeOutElastic - Begins at full velocity and then decelerates to zero. easeOutBounce - Begins quickly and then decelerates.The number of bounces is related to the duration, longer durations produce more bounces. Default: "linear". Type: string. | |
queue | This value determines whether to queue animation operations. |