Wijmo UI for the Web
duration Option
wijmo.calendar.wijcalendar Namespace > options type : duration Option

Default value: 250

Gets or sets the animation duration in milliseconds.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcalendar("option", "duration");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "duration", newValue);
        
});
var duration : number;
See Also

Reference

options type
wijcalendar jQuery Widget