Animation Response
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)