Animation Fade Args
data class AnimationFadeArgs(val endTimeOffset: Output<String>? = null, val fadeType: Output<AnimationFadeFadeType>, val startTimeOffset: Output<String>? = null, val xy: Output<NormalizedCoordinateArgs>? = null) : ConvertibleToJava<AnimationFadeArgs>
Display overlay object with fade animation.
Constructors
Link copied to clipboard
constructor(endTimeOffset: Output<String>? = null, fadeType: Output<AnimationFadeFadeType>, startTimeOffset: Output<String>? = null, xy: Output<NormalizedCoordinateArgs>? = null)
Properties
Link copied to clipboard
The time to end the fade animation, in seconds. Default: start_time_offset + 1s
Link copied to clipboard
Type of fade animation: FADE_IN or FADE_OUT.
Link copied to clipboard
The time to start the fade animation, in seconds. Default: 0
Link copied to clipboard
Normalized coordinates based on output video resolution. Valid values: 0.0–1.0. xy is the upper-left coordinate of the overlay object. For example, use the x and y coordinates {0,0} to position the top-left corner of the overlay animation in the top-left corner of the output video.