MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / tween

Method tween

modules/piu/All/piuTimeline.js:23–23  ·  view source on GitHub ↗
(target, fraction)

Source from the content-addressed store, hash-verified

21class TweenProperty extends Native("xs_TweenProperty_destructor") {
22 constructor(name, from, to) { super(); native("xs_TweenProperty").call(this, name, from, to); };
23 tween(target, fraction) { return native("xs_TweenProperty_tween").call(this, target, fraction); };
24}
25
26class TweenOnProperty extends Native("xs_TweenOnProperty_destructor") {

Callers 1

seekToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected