SVGAnimatedNumber.idl 187 B

123456
  1. // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedNumber
  2. [Exposed=Window]
  3. interface SVGAnimatedNumber {
  4. attribute float baseVal;
  5. readonly attribute float animVal;
  6. };