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