AnimationResponse

data class AnimationResponse(val animationEnd: AnimationEndResponse, val animationFade: AnimationFadeResponse, val animationStatic: AnimationStaticResponse)

Animation types.

Constructors

Link copied to clipboard
constructor(animationEnd: AnimationEndResponse, animationFade: AnimationFadeResponse, animationStatic: AnimationStaticResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End previous animation.

Link copied to clipboard

Display overlay object with fade animation.

Link copied to clipboard

Display static overlay object.