shuishen
2021-06-08 b435f2b1fc2bc8ad392dfa78aed1a5bc70c8b1e4
1
2
//>>built
define(["dojo/_base/kernel","dojo/_base/lang","dojo/_base/fx","dojox/fx","dojo/NodeList-fx"],function(d,e,f,b,c){d.experimental("dojox.fx.ext-dojo.NodeList");e.extend(c,{sizeTo:function(a){return this._anim(b,"sizeTo",a)},slideBy:function(a){return this._anim(b,"slideBy",a)},highlight:function(a){return this._anim(b,"highlight",a)},fadeTo:function(a){return this._anim(f,"_fade",a)},wipeTo:function(a){return this._anim(b,"wipeTo",a)}});return c});