Wijmo UI for the Web
easing Field
wijmo.carousel Namespace > wijcarousel_animation Interface : easing Field

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.

Syntax
var instance; // Type: wijmo.carousel.wijcarousel_animation;
var value; // Type: string
value = instance.easing;
var easing : string;
See Also

Reference

wijcarousel_animation Interface