Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.animation
/
ExitTransitionSchema
/
FadeOut
Fade
Out
@
Serializable
@
SerialName
(
value
=
"fadeOut"
)
data
class
FadeOut
(
val
animationSpec
:
AnimationSpecSchema
=
AnimationSpecSchema.Tween()
,
val
targetAlpha
:
Float
=
0.0f
)
:
ExitTransitionSchema
Members
Constructors
Fade
Out
Link copied to clipboard
constructor
(
animationSpec
:
AnimationSpecSchema
=
AnimationSpecSchema.Tween()
,
targetAlpha
:
Float
=
0.0f
)
Properties
animation
Spec
Link copied to clipboard
@
SerialName
(
value
=
"animationSpec"
)
val
animationSpec
:
AnimationSpecSchema
target
Alpha
Link copied to clipboard
@
SerialName
(
value
=
"targetAlpha"
)
val
targetAlpha
:
Float