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

Animation

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

Animation types.

interface Animation {
animationEnd?: AnimationEnd;
animationFade?: AnimationFade;
animationStatic?: AnimationStatic;
}

§Properties

§
animationEnd?: AnimationEnd
[src]

End previous animation.

§
animationFade?: AnimationFade
[src]

Display overlay object with fade animation.

§
animationStatic?: AnimationStatic
[src]

Display static overlay object.