wijmo.calendar.wijcalendar Namespace > options type : easing Option |
Default value: 'easeInQuad'
Sets the type of animation easing effect that users experience when they click the previous or next buttons on the wijcalendar.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijcalendar("option", "easing"); // Set value var newValue; // Type: string $(".selector").wijcalendar("option", "easing", newValue); }); |
Javascript (Specification) | |
---|---|
|