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

x/canvas/src/canvas.ts>AnimationMarker

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
interface AnimationMarker
import { type AnimationMarker } from "https://deno.land/x/canvas@v1.4.2/src/canvas.ts";

This represents a subset of an animation's duration.

Properties

name: string
t0: number
t1: number