VisibilityAnimatorProvider

An interface which is able to provide an Animator to be supplied to a transition when a target view is appearing or disappearing.

Inheritors

Functions

Link copied to clipboard
abstract fun createAppear(@NonNull sceneRoot: ViewGroup, @NonNull view: View): Animator
Should return an Animator that animates in the appearing target view.
Link copied to clipboard
abstract fun createDisappear(@NonNull sceneRoot: ViewGroup, @NonNull view: View): Animator
Should return an Animator that animates out the disappearing target view.