jQuery.wijmo.wijgallery Namespace > options type : transitions Field |
A value that determines the settings of the animation effect to be used when the wijgallery is scrolling.
Javascript (Usage) | |
---|---|
var value; // Type: object value = jQuery.wijmo.wijgallery.options.transitions; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgallery( { transitions: { animated: "slide", duration: 1000 } } );