Definition
Scalable Vector Graphics (SVG) 2 defines SVGAnimatedString
[Exposed=Window]
interface SVGAnimatedString {
attribute (DOMString or TrustedScriptURL) baseVal;
readonly attribute DOMString animVal;
};
Methods and attributes that return objects implementing SVGAnimatedString
SVGFilterPrimitiveStandardAttributes.resultSVGFEBlendElement.in1SVGFEBlendElement.in2SVGFEColorMatrixElement.in1SVGFEComponentTransferElement.in1SVGFECompositeElement.in1SVGFECompositeElement.in2SVGFEConvolveMatrixElement.in1SVGFEDiffuseLightingElement.in1SVGFEDisplacementMapElement.in1SVGFEDisplacementMapElement.in2SVGFEDropShadowElement.in1SVGFEGaussianBlurElement.in1SVGFEImageElement.crossOriginSVGFEMergeNodeElement.in1SVGFEMorphologyElement.in1SVGFEOffsetElement.in1SVGFESpecularLightingElement.in1SVGFETileElement.in1SVGElement.classNameSVGURIReference.hrefSVGAElement.target
Referring IDL interfaces/dictionaries
SVGAElementSVGElementSVGFEBlendElementSVGFEColorMatrixElementSVGFEComponentTransferElementSVGFECompositeElementSVGFEConvolveMatrixElementSVGFEDiffuseLightingElementSVGFEDisplacementMapElementSVGFEDropShadowElementSVGFEGaussianBlurElementSVGFEImageElementSVGFEMergeNodeElementSVGFEMorphologyElementSVGFEOffsetElementSVGFESpecularLightingElementSVGFETileElementSVGFilterPrimitiveStandardAttributesSVGURIReference
Referring specifications
- Filter Effects Module Level 1 refers to
SVGAnimatedString