Wijmo UI for the Web
textHideOption Option

Determines the animation style when hidding the text.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "textHideOption");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "textHideOption", newValue);
        
});
Javascript (Specification) 
var textHideOption : object;
Example
$("#id").wijlightbox({
     textHideOption: { 
        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.