slideUp

open fun slideUp(@NonNull child: V)

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


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

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

Parameters

animate

true to slide with animation.