Wijmo UI for the Web
transitions Option
wijmo.gallery.wijgallery Namespace > options type : transitions Option

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijgallery("option", "transitions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijgallery("option", "transitions", newValue);
        
});
var transitions : object;
Example
$("#element").wijgallery( { 
    transitions: {
        animated: "slide",
        duration: 1000
    }
} );
See Also

Reference

options type
wijgallery jQuery Widget