AndroidViewAnimations
AndroidViewAnimations copied to clipboard
How to perform two animations in parallel (= at the same time) ?
Hi,
How to perform two animations in parallel (= at the same time) ?
Thanks
Try using the animation onstart call then place the other animation in it Something like
YOYO.with(Technique.Tada).(4000).onStart(animation1 -> {YOYO.with(Technique.fadeIn).(5000).playOn(button2) }).playOn(button1)