Class AnimationFade (0.3.1)

AnimationFade(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Display overlay object with fade animation. .. attribute:: fade_type

Required. Type of fade animation: FADE_IN or FADE_OUT.

:type: google.cloud.video.transcoder_v1beta1.types.Overlay.FadeType

Attributes

NameDescription
xy google.cloud.video.transcoder_v1beta1.types.Overlay.NormalizedCoordinate
Normalized coordinates based on output video resolution. Valid values: 0.01.0. xy is the upper-left coordinate of the overlay object.
start_time_offset google.protobuf.duration_pb2.Duration
The time to start the fade animation, in seconds. Default: 0
end_time_offset google.protobuf.duration_pb2.Duration
The time to end the fade animation, in seconds. Default: start_time_offset + 1s