Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AnimationStatic

import type { AnimationStatic } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Display static overlay object.

interface AnimationStatic {
startTimeOffset?: number;
}

§Properties

§
startTimeOffset?: number
[src]

The time to start displaying the overlay object, in seconds. Default: 0

§

Normalized coordinates based on output video resolution. Valid values: 0.01.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.