Ani icon indicating copy to clipboard operation
Ani copied to clipboard

onDelayEnd callback doesn't run when delay is explicitely set to 0

Open ply opened this issue 9 years ago • 0 comments

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.

ply avatar Oct 24 '15 09:10 ply