Wijmo UI for the Web
textHideOption Field

Determines the animation style when hidding the text.

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijlightbox.options.textHideOption;
Javascript (Specification) 
var textHideOption : object;
Example
$("#id").wijlightbox({
     textHideOption: { 
        duration: 500,
        easing: 'linear'
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.