MCPcopy Index your code
hub / github.com/RubyLouvre/anu / createTween

Function createTween

test/jquery.js:7538–7550  ·  view source on GitHub ↗
( value, prop, animation )

Source from the content-addressed store, hash-verified

7536}
7537
7538function createTween( value, prop, animation ) {
7539 var tween,
7540 collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ),
7541 index = 0,
7542 length = collection.length;
7543 for ( ; index < length; index++ ) {
7544 if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) {
7545
7546 // we're done with this property
7547 return tween;
7548 }
7549 }
7550}
7551
7552function defaultPrefilter( elem, props, opts ) {
7553 /* jshint validthis: true */

Callers 1

defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected