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.
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) | |
---|---|
|
$("#element").wijgallery( { transitions: { animated: "slide", duration: 1000 } } );