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

/external/chromium-trace/catapult/third_party/jquery/
H A Djquery-2.1.4.js6276 var tween = this.createTween( prop, value ),
6354 function createTween( value, prop, animation ) { function
6484 tween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim );
6582 createTween: function( prop, end ) {
6621 jQuery.map( props, createTween, animation );

Completed in 90 milliseconds