GoogleApi.Transcoder.V1beta1.Model.Animation (google_api_transcoder v0.2.0) View Source

Animation types.

Attributes

  • animationEnd (type: GoogleApi.Transcoder.V1beta1.Model.AnimationEnd.t, default: nil) - End previous animation.
  • animationFade (type: GoogleApi.Transcoder.V1beta1.Model.AnimationFade.t, default: nil) - Display overlay object with fade animation.
  • animationStatic (type: GoogleApi.Transcoder.V1beta1.Model.AnimationStatic.t, default: nil) - Display static overlay object.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Transcoder.V1beta1.Model.Animation{
  animationEnd: GoogleApi.Transcoder.V1beta1.Model.AnimationEnd.t() | nil,
  animationFade: GoogleApi.Transcoder.V1beta1.Model.AnimationFade.t() | nil,
  animationStatic: GoogleApi.Transcoder.V1beta1.Model.AnimationStatic.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.