Wijmo UI for the Web
calloutAnimation Option

Sets the callout's offset changing animation.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtooltip("option", "calloutAnimation");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijtooltip("option", "calloutAnimation", newValue);
        
});
Javascript (Specification) 
var calloutAnimation : any;
Remarks
This should be an object value. Possible values include: 'disabled', 'duration', and 'easing'.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtooltip jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.