ladybird/Userland/Libraries/LibWeb/SVG/SVGAnimatedNumber.idl

7 lines
192 B
Plaintext
Raw Normal View History

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