aboutsummaryrefslogtreecommitdiff
path: root/files/uk/web/api/svganimatedstring/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/uk/web/api/svganimatedstring/index.html
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/uk/web/api/svganimatedstring/index.html')
-rw-r--r--files/uk/web/api/svganimatedstring/index.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/files/uk/web/api/svganimatedstring/index.html b/files/uk/web/api/svganimatedstring/index.html
new file mode 100644
index 0000000000..bca995b90e
--- /dev/null
+++ b/files/uk/web/api/svganimatedstring/index.html
@@ -0,0 +1,60 @@
+---
+title: SVGAnimatedString
+slug: Web/API/SVGAnimatedString
+tags:
+ - API
+ - NeedsExample
+ - NeedsTranslation
+ - Reference
+ - Référence(2)
+ - SVG
+ - SVG DOM
+ - TopicStub
+translation_of: Web/API/SVGAnimatedString
+---
+<div>{{APIRef("SVG")}}</div>
+
+<div> </div>
+
+<p>The <code><strong>SVGAnimatedString</strong></code> 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.</p>
+
+<h2 id="Properties">Properties</h2>
+
+<dl>
+ <dt>{{domxref("SVGAnimatedString.animVal")}} {{readonlyInline}}</dt>
+ <dd>This is a {{domxref("DOMString")}} representing the animation value. <span class="field"><span class="_animVal doc">If the given attribute or property is being animated it contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, it contains the same value as </span></span>baseVal<span class="field"><span class="_animVal doc">.</span></span></dd>
+ <dt>{{domxref("SVGAnimatedString.baseVal")}}</dt>
+ <dd>This is a {{domxref("DOMString")}} representing the base value. <span class="field"><span class="_baseVal doc">The base value of the given attribute before applying any animations. Setter throws DOMException.</span></span></dd>
+</dl>
+
+<h2 id="Methods">Methods</h2>
+
+<p><em>The <code>SVGAnimatedString</code> interface do not provide any specific methods.</em></p>
+
+<h2 id="Specifications">Specifications</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('SVG1.1', '#InterfaceSVGAnimatedString')}}</td>
+ <td>{{Spec2('SVG1.1')}}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>{{SpecName('SVG2', 'types.html#InterfaceSVGAnimatedString')}}</td>
+ <td>{{Spec2('SVG2')}}</td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>
+
+
+
+<p>{{Compat("api.SVGAnimatedString")}}</p>