Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface default.Animation.AnimationEffect
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { AnimationEffect } = default.Animation;

AnimationEffect instance

Properties

delay: number

AnimationEffect's delay.

endDelay: number

AnimationEffect's end delay.

iterationStart: number

AnimationEffect's iteration start.

iterations: number

AnimationEffect's iterations.

duration: number

AnimationEffect's iteration duration.

direction: string

AnimationEffect's playback direction.

fill: string

AnimationEffect's fill mode.

optional
backendNodeId: DOM.BackendNodeId

AnimationEffect's target node.

optional
keyframesRule: KeyframesRule

AnimationEffect's keyframes.

easing: string

AnimationEffect's timing function.