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

Function Tween

2.1.1/src/effects/Tween.js:6–8  ·  view source on GitHub ↗
( elem, options, prop, end, easing )

Source from the content-addressed store, hash-verified

4], function( jQuery ) {
5
6function Tween( elem, options, prop, end, easing ) {
7 return new Tween.prototype.init( elem, options, prop, end, easing );
8}
9jQuery.Tween = Tween;
10
11Tween.prototype = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected