Searched defs:WidgetAnim (Results 1 - 1 of 1) sorted by relevance

/yui3/src/widget-anim/js/
H A DWidgetAnim.js32 * @class WidgetAnim
36 function WidgetAnim(config) { function
37 WidgetAnim.superclass.constructor.apply(this, arguments);
49 WidgetAnim.NS = "anim";
52 * The NAME of the WidgetAnim class. Used to prefix events generated
60 WidgetAnim.NAME = "pluginWidgetAnim";
71 WidgetAnim.ANIMATIONS = {
115 WidgetAnim.ATTRS = {
133 * @default WidgetAnim.ANIMATIONS.fadeIn
136 valueFn: WidgetAnim
[all...]

Completed in 573 milliseconds