import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { Animation } = Protocol.Animation;
Animation instance.
Properties
Animation type of Animation
. (AnimationType enum)
optional
source: AnimationEffectAnimation
's source animation node.
Properties
Animation type of Animation
. (AnimationType enum)
optional
source: AnimationEffectAnimation
's source animation node.
Properties
optional
backendNodeId: DOM.BackendNodeIdAnimationEffect
's target node.
optional
keyframesRule: KeyframesRuleAnimationEffect
's keyframes.
Properties
keyframes: KeyframeStyle[]
List of animation keyframes.
Properties
remoteObject: Runtime.RemoteObject
Corresponding remote object.
Properties
animation: Animation
Animation that was started.
import { Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { Animation } = Protocol.Animation;