GoogleApi.Transcoder.V1.Model.Animation (google_api_transcoder v0.4.2)
View SourceAnimation types.
Attributes
-
animationEnd
(type:GoogleApi.Transcoder.V1.Model.AnimationEnd.t
, default:nil
) - End previous animation. -
animationFade
(type:GoogleApi.Transcoder.V1.Model.AnimationFade.t
, default:nil
) - Display overlay object with fade animation. -
animationStatic
(type:GoogleApi.Transcoder.V1.Model.AnimationStatic.t
, default:nil
) - Display static overlay object.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Transcoder.V1.Model.Animation{ animationEnd: GoogleApi.Transcoder.V1.Model.AnimationEnd.t() | nil, animationFade: GoogleApi.Transcoder.V1.Model.AnimationFade.t() | nil, animationStatic: GoogleApi.Transcoder.V1.Model.AnimationStatic.t() | nil }