AnimationEndArgs

data class AnimationEndArgs(val startTimeOffset: Output<String>? = null) : ConvertibleToJava<AnimationEndArgs>

End previous overlay animation from the video. Without AnimationEnd, the overlay object will keep the state of previous animation until the end of the video.

Constructors

Link copied to clipboard
fun AnimationEndArgs(startTimeOffset: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val startTimeOffset: Output<String>? = null

The time to end overlay object, in seconds. Default: 0