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