Wijmo UI for the Web
easing Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcalendar("option", "easing");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcalendar("option", "easing", newValue);
        
});
var easing : string;
Remarks
For example, if the easing is set to "easeInBounce" the calendar bounces back and forth several times and then slides to the previous or next calendar month. You can create custom easing animations using jQuery UI Easings.
See Also

Reference

options type
wijcalendar jQuery Widget