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

Function Tween

2.1.1/test/jquery-1.11.1.js:6894–6896  ·  view source on GitHub ↗
( elem, options, prop, end, easing )

Source from the content-addressed store, hash-verified

6892
6893
6894function Tween( elem, options, prop, end, easing ) {
6895 return new Tween.prototype.init( elem, options, prop, end, easing );
6896}
6897jQuery.Tween = Tween;
6898
6899Tween.prototype = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected