Wijmo UI for the Web
showAnimation Option

Determines the animation effect that will be shown.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtooltip("option", "showAnimation");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijtooltip("option", "showAnimation", newValue);
        
});
Javascript (Specification) 
var showAnimation : any;
Remarks
This should be an object value. Possible values include: 'animated', 'duration', and 'easing'. You can create custom easing animations using jQuery UI Easings. This property works with jQuery animation.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.