Skip to main content
Latest
interface ManagedSkottieAnimation
implements SkottieAnimation
import { type ManagedSkottieAnimation } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

Methods

setColor(key: string, color: InputColor): boolean
setOpacity(key: string, opacity: number): boolean
setText(
key: string,
text: string,
size: number,
): boolean
getMarkers(): AnimationMarker[]
getColorProps(): ColorProperty[]
getOpacityProps(): OpacityProperty[]
getTextProps(): TextProperty[]