Wijmo UI for the Web
transAnimation Field

Determines the animation style when switching between pages. Possible values are 'slide', 'fade', 'none'

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijlightbox.options.transAnimation;
Javascript (Specification) 
var transAnimation : object;
Example
$("#id").wijlightbox({
     transAnimation: {
        animated: slide
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.