MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / Tween

Function Tween

libs/jquery-3.5.1/jquery-2.2.4.js:6341–6343  ·  view source on GitHub ↗
( elem, options, prop, end, easing )

Source from the content-addressed store, hash-verified

6339
6340
6341function Tween( elem, options, prop, end, easing ) {
6342 return new Tween.prototype.init( elem, options, prop, end, easing );
6343}
6344jQuery.Tween = Tween;
6345
6346Tween.prototype = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected