import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { AnimationStartedEvent } = Protocol.Animation;
Event for animation that has been started.
Properties
animation: Animation
Animation that was started.