slideDown

open fun slideDown(@NonNull child: V)

Performs an animation that will slide the child from it's current position to be totally off the screen.


open fun slideDown(@NonNull child: V, animate: Boolean)

Slides the child with or without animation from its current position to be totally off the screen.

Parameters

animate

true to slide with animation.