FadeOut

@Serializable
@SerialName(value = "fadeOut")
data class FadeOut(val animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween(), val targetAlpha: Float = 0.0f) : ExitTransitionSchema

Constructors

Link copied to clipboard
constructor(animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween(), targetAlpha: Float = 0.0f)

Properties

Link copied to clipboard
@SerialName(value = "animationSpec")
val animationSpec: AnimationSpecSchema
Link copied to clipboard
@SerialName(value = "targetAlpha")
val targetAlpha: Float