wijmo.superpanel Namespace > superpanel_animation Interface : easing Field |
Sets the type of animation easing effect that users experience as the panel is scrolled. You can create custom easing animations using jQuery UI Easings.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.superpanel.superpanel_animation; var value; // Type: string value = instance.easing; |
Javascript (Specification) | |
---|---|
|