diff options
Diffstat (limited to 'files/uk/web/api/svganimatedstring')
-rw-r--r-- | files/uk/web/api/svganimatedstring/animval/index.html | 44 | ||||
-rw-r--r-- | files/uk/web/api/svganimatedstring/index.html | 60 |
2 files changed, 0 insertions, 104 deletions
diff --git a/files/uk/web/api/svganimatedstring/animval/index.html b/files/uk/web/api/svganimatedstring/animval/index.html deleted file mode 100644 index 46f2c2a3d2..0000000000 --- a/files/uk/web/api/svganimatedstring/animval/index.html +++ /dev/null @@ -1,44 +0,0 @@ ---- -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> diff --git a/files/uk/web/api/svganimatedstring/index.html b/files/uk/web/api/svganimatedstring/index.html deleted file mode 100644 index bca995b90e..0000000000 --- a/files/uk/web/api/svganimatedstring/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -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> |