AnimationArgs

data class AnimationArgs(val animationEnd: Output<AnimationEndArgs>? = null, val animationFade: Output<AnimationFadeArgs>? = null, val animationStatic: Output<AnimationStaticArgs>? = null) : ConvertibleToJava<AnimationArgs>

Animation types.

Constructors

Link copied to clipboard
constructor(animationEnd: Output<AnimationEndArgs>? = null, animationFade: Output<AnimationFadeArgs>? = null, animationStatic: Output<AnimationStaticArgs>? = null)

Properties

Link copied to clipboard
val animationEnd: Output<AnimationEndArgs>? = null

End previous animation.

Link copied to clipboard
val animationFade: Output<AnimationFadeArgs>? = null

Display overlay object with fade animation.

Link copied to clipboard

Display static overlay object.

Functions

Link copied to clipboard
open override fun toJava(): AnimationArgs