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

Function PiuTransitionEnd

modules/piu/All/piuTransition.c:110–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void PiuTransitionEnd(PiuTransition* self)
111{
112 xsBeginHost((*self)->the);
113 xsVars(3);
114 xsVar(0) = xsReference((*self)->reference);
115 xsVar(1) = xsGet(xsVar(0), xsID_onEnd);
116 xsVar(2) = xsGet(xsVar(0), xsID_parameters);
117 (void)xsCall2(xsVar(1), xsID_apply, xsVar(0), xsVar(2));
118 xsDelete(xsVar(0), xsID_parameters);
119 xsEndHost((*self)->the);
120}
121
122void PiuTransitionIdle(void* it, PiuInterval interval)
123{

Callers 2

PiuTransitionCompleteFunction · 0.85
PiuTransitionIdleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected