animateEnter

fun animateEnter(    subContainerData: SD,     subContainer: View,     onAnimationEnd: () -> Unit = {})

Executes an enter animation for creation of subContainer, and invokes onAnimationEnd block when the animation completes. If no animation is available, onAnimationEnd is invoked immediately.