Files
ladybird/Libraries/LibWeb/SVG/SVGAnimatedNumber.idl
2024-11-10 12:50:45 +01:00

7 lines
187 B
Plaintext

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