Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sinco/deps.ts>Protocol.Animation.AnimationEffect

Browser Automation and Testing Tool for Deno, written in full TypeScript
Latest
interface Protocol.Animation.AnimationEffect
import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { AnimationEffect } = Protocol.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.