public sealed class Animation : IMessage<Overlay.Types.Animation>, IEquatable<Overlay.Types.Animation>, IDeepCloneable<Overlay.Types.Animation>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content details the `Animation` class within the `Google.Cloud.Video.Transcoder.V1` namespace, specifically version 2.0.0, used for defining overlay animations in video transcoding."],["The `Animation` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors for initialization, one empty and one with an `Overlay.Types.Animation` object as a parameter."],["This class has three properties, `AnimationEnd`, `AnimationFade`, and `AnimationStatic`, which respectively end the previous animation, display an overlay with a fade effect, or display a static overlay."],["`AnimationTypeCase` is the fourth property available, and is of type `Overlay.Types.Animation.AnimationTypeOneofCase`."],["The provided content highlights versioning, with links to versions ranging from 1.0.0 to 2.9.0, demonstrating the evolution and history of the `Animation` class."]]],[]]