VisibilityAnimator

class VisibilityAnimator(animationProvider: AnimationProvider)

Controls animation provided with animationProvider.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun VisibilityAnimator(animationProvider: AnimationProvider)

Functions

Link copied to clipboard
fun cancelAnimations()
Link copied to clipboard
fun startHideAnimation(endCallback: () -> Unit? = null)
Link copied to clipboard
fun startShowAnimation()