Searched refs:Tween (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/jquery/ |
D | jquery-2.1.4.js | 6157 function Tween( elem, options, prop, end, easing ) { class 6158 return new Tween.prototype.init( elem, options, prop, end, easing ); 6160 jQuery.Tween = Tween; 6162 Tween.prototype = { 6163 constructor: Tween, 6174 var hooks = Tween.propHooks[ this.prop ]; 6178 Tween.propHooks._default.get( this ); 6182 hooks = Tween.propHooks[ this.prop ]; 6200 Tween.propHooks._default.set( this ); 6206 Tween.prototype.init.prototype = Tween.prototype; [all …]
|
D | jquery-2.1.4.min.js | 3 …Tween=Ka,Ka.prototype={constructor:Ka,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easi…
|
D | jquery-2.1.4.min.map | 1 …","border","prefix","suffix","expand","expanded","parts","hide","toggle","Tween","easing","unit","…
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.js | 8667 var tween = jQuery.Tween( elem, animation.opts, prop, end, 8915 function Tween( elem, options, prop, end, easing ) { class 8916 return new Tween.prototype.init( elem, options, prop, end, easing ); 8918 jQuery.Tween = Tween; 8920 Tween.prototype = { 8921 constructor: Tween, 8932 var hooks = Tween.propHooks[ this.prop ]; 8936 Tween.propHooks._default.get( this ); 8940 hooks = Tween.propHooks[ this.prop ]; 8958 Tween.propHooks._default.set( this ); [all …]
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/ |
D | mootools-core-full-nocompat.js | 5011 Fx.Tween = new Class({ variable 5049 tween = new Fx.Tween(this, {link: 'cancel'});
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
D | jquery-2.1.3.min.js | 3 …Tween=Kb,Kb.prototype={constructor:Kb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easi…
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | jquery-2.1.3.min.js | 3 …Tween=Kb,Kb.prototype={constructor:Kb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easi…
|
/external/chromium-trace/catapult/experimental/heatmap/ |
D | jquery.min.js | 6 …Tween(e,l.opts,t,n,l.opts.specialEasing[t]||l.opts.easing);return l.tweens.push(r),r},stop:functio…
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | jquery.min.js | 3 …e()})}});function Zb(a,b,c,d,e){return new Zb.prototype.init(a,b,c,d,e)}m.Tween=Zb,Zb.prototype={c… 4 …:$b||fc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opt…
|