Wijmo UI for the Web
transitions Field

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

Syntax
Javascript (Usage) 
var value; // Type: object
value = jQuery.wijmo.wijgallery.options.transitions;
Javascript (Specification) 
var transitions : object;
Example
$("#element").wijgallery( { 
    transitions: {
        animated: "slide",
        duration: 1000
    }
} );
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.