SVGAnimatedBoolean
Used for attributes of type boolean which can be animated.
interface SVGAnimatedBoolean {
readonly animVal: boolean;
baseVal: boolean;
}var SVGAnimatedBoolean: {
prototype: SVGAnimatedBoolean;
new (): SVGAnimatedBoolean;
};Used for attributes of type boolean which can be animated.