Wijmo UI for the Web
textShowOption Field

Determines the animation style when showing the text.

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.