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

Function PiuTransitionStep

modules/piu/All/piuTransition.c:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void PiuTransitionStep(PiuTransition* self, double fraction)
181{
182 xsBeginHost((*self)->the);
183 xsVars(1);
184 xsVar(0) = xsReference((*self)->reference);
185 (void)xsCall1(xsVar(0), xsID_onStep, xsNumber(fraction));
186 xsEndHost((*self)->the);
187}
188
189void PiuTransition_get_duration(xsMachine *the)
190{

Callers 2

PiuTransitionCompleteFunction · 0.85
PiuTransitionIdleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected