MCPcopy Create free account
hub / github.com/sql-js/sql.js / Tween

Function Tween

documentation/javascript/application.js:9652–9654  ·  view source on GitHub ↗
( elem, options, prop, end, easing )

Source from the content-addressed store, hash-verified

9650}
9651
9652function Tween( elem, options, prop, end, easing ) {
9653 return new Tween.prototype.init( elem, options, prop, end, easing );
9654}
9655jQuery.Tween = Tween;
9656
9657Tween.prototype = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…