Wijmo UI for the Web
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
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) 
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.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcalendar jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.