runEnterAnimationIfAny

abstract fun runEnterAnimationIfAny(panelContainerElementHolder: PanelContainerElementHolder<VM, SD>, animationListener: Animation.AnimationListener): Boolean

Called to run an animation, if any, when a PanelContainerElement referenced by panelContainerElementHolder enters a panel container.

The animationListener is only used if an animation is started.

Return

true if the animation is started, false otherwise.