animate sequence have some problem in wrapper&&Tile
ZIM Animation (zimjs.com)
Can you explain what you are trying to accomplish? Are you trying to raise the group of rectangles one by one?
yes,I want raise menu button one by one
Aaaah I see the issue. You misspelled sequence
;
Try:
animate({target:itemArr,props:{y:'100'},time:.5,sequence:1,loop:true,rewind:true,rewindWait:5,loopWait:5});
oh,thanks
1 Like