SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.transition
/
FadeProvider
Fade
Provider
class
FadeProvider
:
VisibilityAnimatorProvider
A class that configures and is able to provide an
Animator
that fades a view.
Members
Constructors
Fade
Provider
Link copied to clipboard
constructor
(
)
Properties
incoming
End
Threshold
Link copied to clipboard
open
var
incomingEndThreshold
:
Float
Functions
create
Appear
Link copied to clipboard
@
Nullable
open
fun
createAppear
(
@
NonNull
sceneRoot
:
ViewGroup
,
@
NonNull
view
:
View
)
:
Animator
Should return an Animator that animates in the appearing target
view
.
create
Disappear
Link copied to clipboard
@
Nullable
open
fun
createDisappear
(
@
NonNull
sceneRoot
:
ViewGroup
,
@
NonNull
view
:
View
)
:
Animator
Should return an Animator that animates out the disappearing target
view
.