public sealed class Overlay.Types.AnimationEnd : IMessage<Overlay.Types.AnimationEnd>, IEquatable<Overlay.Types.AnimationEnd>, IDeepCloneable<Overlay.Types.AnimationEnd>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.AnimationEnd.
End previous overlay animation from the video. Without AnimationEnd, the
overlay object will keep the state of previous animation until the end of
the video.
[[["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-04-09 UTC."],[[["The `Overlay.Types.AnimationEnd` class, part of the Transcoder v1 API, manages the ending of overlay animations in video processing."],["This class is essential for controlling when an overlay effect stops, ensuring it doesn't persist throughout the entire video if not desired."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class includes a `StartTimeOffset` property to define the specific time, in seconds, when the overlay animation should conclude, with a default value of 0."],["The documentation provides access to the class in many different versions, from 1.0.0 to the latest version 2.9.0."]]],[]]