Wijmo UI for the Web
transAnimation Option

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

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "transAnimation");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "transAnimation", newValue);
        
});
Javascript (Specification) 
var transAnimation : object;
Example
$("#id").wijlightbox({
     transAnimation: {
        animated: slide
    }
 });
Browser Compatibility
7
5
5

See Also

Reference

options type
wijlightbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.