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

Function Tween

2.0.3/Animation.js:382–384  ·  view source on GitHub ↗
(elem, options, prop, end, easing)

Source from the content-addressed store, hash-verified

380}
381
382function Tween(elem, options, prop, end, easing) {
383 return new Tween.prototype.init(elem, options, prop, end, easing);
384}
385jQuery.Tween = Tween;
386
387Tween.prototype = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected