Wijmo UI for the Web
transitions Option

A value that determines the settings of the animation effect to be used when the wijgallery is scrolling.

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

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.