MCPcopy Create free account
hub / github.com/CloudBoost/cloudboost / createTween

Function createTween

test/bower_components/jquery/src/effects.js:103–115  ·  view source on GitHub ↗
( value, prop, animation )

Source from the content-addressed store, hash-verified

101}
102
103function createTween( value, prop, animation ) {
104 var tween,
105 collection = ( tweeners[ prop ] || [] ).concat( tweeners[ "*" ] ),
106 index = 0,
107 length = collection.length;
108 for ( ; index < length; index++ ) {
109 if ( (tween = collection[ index ].call( animation, prop, value )) ) {
110
111 // We're done with this property
112 return tween;
113 }
114 }
115}
116
117function defaultPrefilter( elem, props, opts ) {
118 /* jshint validthis: true */

Callers 1

defaultPrefilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected