Skip to main content
Module

x/evt/lib/types/index.ts>dom.ComputedEffectTiming

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.ComputedEffectTiming
implements EffectTiming
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { ComputedEffectTiming } = dom;

Properties

optional
activeDuration: number
optional
currentIteration: number | null
optional
endTime: number
optional
localTime: number | null
optional
progress: number | null