Wijmo UI for the Web
textShowOption Option

Determines the animation style when showing the text.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "textShowOption");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "textShowOption", newValue);
        
});
Javascript (Specification) 
var textShowOption : object;
Example
$("#id").wijlightbox({
     textShowOption: { 
        duration: 500,
        easing: 'linear'
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.