SlideOutHorizontally

@Serializable
@SerialName(value = "slideOutHorizontally")
data class SlideOutHorizontally(val animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween(), val targetOffset: OffsetType = OffsetType.NegativeFull) : ExitTransitionSchema

Constructors

Link copied to clipboard
constructor(animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween(), targetOffset: OffsetType = OffsetType.NegativeFull)

Properties

Link copied to clipboard
@SerialName(value = "animationSpec")
val animationSpec: AnimationSpecSchema
Link copied to clipboard
@SerialName(value = "targetOffset")
val targetOffset: OffsetType