FadeThroughProvider

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

FadeThroughProvider differs from FadeProvider in that it fades out and in views sequentially.

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.