--- title: SVGAnimatedString slug: Web/API/SVGAnimatedString tags: - API - NeedsExample - NeedsTranslation - Reference - Référence(2) - SVG - SVG DOM - TopicStub translation_of: Web/API/SVGAnimatedString ---
The SVGAnimatedString
interface represents string attributes which can be animated from each SVG declaration. You need to create SVG attribute before doing anything else, everything should be declared inside this.
The SVGAnimatedString
interface do not provide any specific methods.
Specification | Status | Comment |
---|---|---|
{{SpecName('SVG1.1', '#InterfaceSVGAnimatedString')}} | {{Spec2('SVG1.1')}} | |
{{SpecName('SVG2', 'types.html#InterfaceSVGAnimatedString')}} | {{Spec2('SVG2')}} |
{{Compat("api.SVGAnimatedString")}}