Definition
Scalable Vector Graphics (SVG) 2 defines SVGAnimatedBoolean
[Exposed=Window]
interface SVGAnimatedBoolean {
attribute boolean baseVal;
readonly attribute boolean animVal;
};
Methods and attributes that return objects implementing SVGAnimatedBoolean
Referring IDL interfaces/dictionaries
Referring specifications
- Filter Effects Module Level 1 refers to
SVGAnimatedBoolean