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

Method from

modules/piu/All/piuTimeline.js:40–47  ·  view source on GitHub ↗
(target, fromProperties, duration, easing, delay)

Source from the content-addressed store, hash-verified

38 this.time = undefined;
39 }
40 static from(target, fromProperties, duration, easing, delay) {
41 let properties = [], name
42 for (name in fromProperties) {
43 let from = fromProperties[name];
44 properties.push(new TweenProperty(name, from, target[name]));
45 }
46 return new Tween(target, properties, duration, easing, delay);
47 }
48 static on(target, onProperties, duration, easing, delay) {
49 let properties = [], name
50 for (name in onProperties) {

Callers 15

prepareNodeMethod · 0.45
onLoggedMethod · 0.45
onLoggedMethod · 0.45
cmdInfoGlobalsMethod · 0.45
getMethod · 0.45
addMethod · 0.45
scanPacketMethod · 0.45
receivedMethod · 0.45
writeMethod · 0.45
scanPacketMethod · 0.45
installMethod · 0.45
fromMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected