jQuery.wijmo.wijsuperpanel Namespace > options type : animationOptions Field |
The animationOptions function determines whether or not the animation is shown. If true, it defines the animation effect and controls other aspects of the widget's animation, such as duration, queue, and easing.
Javascript (Usage) | |
---|---|
var value; // Type: superpanel_animation value = jQuery.wijmo.wijsuperpanel.options.animationOptions; |
Javascript (Specification) | |
---|---|
var animationOptions : superpanel_animation; |
$('#superPanel').wijsuperpanel({
animationOptions: {
disabled: false,
duration: 1000,
easing: easeInQuad
}
});