Lines Matching defs:duration
118 Y.Anim.DEFAULT_SETTER = function(anim, att, from, to, elapsed, duration, fn, unit) {
121 val = fn(elapsed, NUM(from), NUM(to) - NUM(from), duration);
183 * @attribute duration
186 duration: {
502 var duration = this.get('duration') * 1000;
504 this._runAttrs(duration, duration, this.get(REVERSE));
516 var d = this._runtimeAttr.duration,
598 duration: this.get('duration') * 1000,