I'm trying to create an animation something like
grow+popup (SLIDE Stock Animation in IOS)+fadeIn
in android but I cannot achieve it because Android doesnt have stock animations. Is there any way I can achieve it.
Also I cannot add multiple animations as mentioned in the documentation using the array animator. It is throwing an error while I try to add arrayOf(multiple animations).