For example, sometimes I want to play animation A and then wait until animation A ends and then play animation B, when I try the code something as the following:
The canvas would emit 20 numbers, which each number starts move right and then move down. “move down” is played after “move right” is finished, and “move down” and “move right” are 2 separate animations. There are 12 total animations : “right_0” to “right_9” and “down_0” and “down_1”.
There are 2 buttons : 0.125 and 0.03125, which means the time interval between 2 numbers start emitting. When time interval is 0.125, the animation seems normal:
But when time interval is faster, 0.03125, sometimes the animation stops abnormally:
which seems some numbers don’t play the “down” animations. Why would that happen?