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

AnimationEnd

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

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.

interface AnimationEnd {
startTimeOffset?: number;
}

§Properties

§
startTimeOffset?: number
[src]

The time to end overlay object, in seconds. Default: 0