Wijmo UI for the Web
showDuration Option

Default value: 300

A value that indicates the number of milliseconds it takes for the indicated animation effect to completely show the popup.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijpopup("option", "showDuration");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijpopup("option", "showDuration", newValue);
        
});
Javascript (Specification) 
var showDuration : number;
Remarks
This allows you to use a different number of milliseconds when you show the popup than when you hide the popup.(See also hideDuration.)
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpopup jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.