static parallel(animations, config?)
Starts an array of animations all at the same time. By default, if one of the animations is stopped, they will all be stopped. You can override this with the stopTogether
flag.
static parallel(animations, config?)
Starts an array of animations all at the same time. By default, if one of the animations is stopped, they will all be stopped. You can override this with the stopTogether
flag.
Please login to continue.