public sealed class Overlay.Types.AnimationFade : IMessage<Overlay.Types.AnimationFade>, IEquatable<Overlay.Types.AnimationFade>, IDeepCloneable<Overlay.Types.AnimationFade>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Overlay.Types.AnimationFade.
public Overlay.Types.NormalizedCoordinate Xy { get; set; }
Normalized coordinates based on output video resolution. Valid
values: 0.0–1.0. xy is the upper-left coordinate of the overlay
object. For example, use the x and y coordinates {0,0} to position the
top-left corner of the overlay animation in the top-left corner of the
output 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-03-21 UTC."],[[["This documentation page covers the `Overlay.Types.AnimationFade` class within the Transcoder v1 API for .NET, which is designed to manage fade animations for overlay objects in video."],["The `Overlay.Types.AnimationFade` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for handling message protocols, equality checks, deep cloning, and buffer message operations."],["The class includes constructors for creating new `AnimationFade` instances, either default or based on an existing instance, providing flexibility in object creation."],["Key properties of the `AnimationFade` class include `EndTimeOffset`, `FadeType`, `StartTimeOffset`, and `Xy`, which respectively define the end time, the type of fade (in or out), the start time, and the normalized coordinates for the fade animation."],["The page lists all of the versions available for this class, ranging from 1.0.0 up to the latest, 2.9.0, providing a history of available versions and their corresponding documentation."]]],[]]