Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>SVGAnimatedString

Advanced Web Composition for Future
Latest
interface SVGAnimatedString
import { type SVGAnimatedString } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

The SVGAnimatedString export interface represents string attributes which can be animated from each SVG declaration. You need to create SVG attribute before doing anything else, everything should be declared inside this.

Properties

readonly
animVal: string
baseVal: string