Ani
Ani copied to clipboard
onDelayEnd callback doesn't run when delay is explicitely set to 0
Ani.to(this, 1, 0, "x:1", Ani.SINE_IN_OUT, this, "onStart:onS, onDelayEnd:onD");
should call function onD()
immediately after onS()
. Now onD()
isn't called.