MCPcopy Create free account
hub / github.com/JsAaron/jQuery / Tween

Function Tween

2.1.1/test/other.js:3530–3532  ·  view source on GitHub ↗
( elem, options, prop, end, easing )

Source from the content-addressed store, hash-verified

3528
3529
3530function Tween( elem, options, prop, end, easing ) {
3531 return new Tween.prototype.init( elem, options, prop, end, easing );
3532}
3533jQuery.Tween = Tween;
3534
3535Tween.prototype = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected