aboutsummaryrefslogtreecommitdiff
path: root/files/uk/web/api/svganimatedstring/animval/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/uk/web/api/svganimatedstring/animval/index.html')
-rw-r--r--files/uk/web/api/svganimatedstring/animval/index.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/files/uk/web/api/svganimatedstring/animval/index.html b/files/uk/web/api/svganimatedstring/animval/index.html
new file mode 100644
index 0000000000..46f2c2a3d2
--- /dev/null
+++ b/files/uk/web/api/svganimatedstring/animval/index.html
@@ -0,0 +1,44 @@
+---
+title: SVGAnimatedString.animVal
+slug: Web/API/SVGAnimatedString/animVal
+translation_of: Web/API/SVGAnimatedString/animVal
+---
+<p>{{APIRef("SVG")}}</p>
+
+<p>Атрибут AnimVal або властивість animVal містить те саме значення, що і властивість baseVal. Якщо атрибут або властивість анімований, він буде містити поточне анімоване значення атрибута або властивості. Якщо даний атрибут або властивість в даний час не анімовані, то він містить те саме значення, що і baseVal</p>
+
+<div class="note">
+<p>Властивість <strong>animVal</strong> доступна лише для зчитування значення. Internet Explorer 9 підтримує анімацію SVG, але не підтримує анімацію SVG на основі декларативних баз даних. В результаті, властивість <strong>animVal </strong>містить те саме значення, що і властивість baseVal.</p>
+</div>
+
+<h2 class="alert" id="Синтакс">Синтакс</h2>
+
+<pre><em>var</em> = <em>object.</em><strong>animVal</strong></pre>
+
+<h2 id="Специфікації">Специфікації</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Специфікація</th>
+ <th scope="col">Статус</th>
+ <th scope="col">Коментарі</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('SVG1.1', 'types.html#__svg__SVGAnimatedString__animVal')}}</td>
+ <td>{{Spec2('SVG1.1')}}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>{{SpecName('SVG2', 'types.html#__svg__SVGAnimatedString__animVal')}}</td>
+ <td>{{Spec2('SVG2')}}</td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browser_compatibility" name="Browser_compatibility">Сумісність браузерів</h2>
+
+<div class="hidden">Таблиця сумісності на цій сторінці генерується з структурованих даних. Якщо ви хочете внести свій внесок у свої дані, будь ласка, перегляньте https://github.com/mdn/browser-compat-data і надішліть нам запит на pull-request.</div>
+
+<p>{{Compat("api.SVGAnimatedString.animVal")}}</p>