Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Animation_Animation

A high-level puppeteer/playwright-like library for Deno
Latest
type alias Animation_Animation
import { type Animation_Animation } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Animation instance.

definition: { id: string; name: string; pausedState: boolean; playState: string; playbackRate: number; startTime: number; currentTime: number; type: "CSSTransition" | "CSSAnimation" | "WebAnimation"; source?: Animation_AnimationEffect; cssId?: string; }