FadeProvider

A class that configures and is able to provide an Animator that fades a view.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

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