blob: 0023ba65af7ec0da4f641942837cd19aad467ea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
---
title: repeatCount
slug: Web/SVG/Attribute/repeatCount
translation_of: Web/SVG/Attribute/repeatCount
---
<p>« <a href="/ru/docs/Web/SVG/Attribute" title="Справочник SVG атрибутов">Справочник SVG атрибутов</a></p>
<p>Данный атрибут задаёт, сколько раз должна выполняться анимация.</p>
<p>Значение атрибута определяет количество итераций. Принимаются числа с плавающей точкой, которые интерпретируются как доля итерации. Значение должно быть больше нуля.</p>
<p>Возможно также определить бесконечную зацикленную анимацию с помощью ключевого слова "indefinite".</p>
<h2 id="Контекст_использования">Контекст использования</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">Категория</th>
<td>Атрибут времени анимации</td>
</tr>
<tr>
<th scope="row">Значение</th>
<td><a href="/en/SVG/Content_type#Number" title="https://developer.mozilla.org/en/SVG/Content_type#Number"><number></a> | "indefinite"</td>
</tr>
<tr>
<th scope="row">Анимируемый</th>
<td>Нет</td>
</tr>
<tr>
<th scope="row">Ссылка на стандарт</th>
<td><a class="external" href="http://www.w3.org/TR/SVG/animate.html#RepeatCountAttribute" title="http://www.w3.org/TR/SVG/animate.html#RepeatCountAttribute">SVG 1.1 (2nd Edition)</a></td>
</tr>
</tbody>
</table>
<p>{{ page("/en/SVG/Content_type","Number") }}</p>
<h2 id="Пример">Пример</h2>
<h2 id="Элементы">Элементы</h2>
<p>Данные элементы могут использовать атрибут <font face="Consolas, Liberation Mono, Courier, monospace">repeatCount</font></p>
<ul>
<li><a href="/en/SVG/Element#Animation" title="en/SVG/Element#Animation">Animation elements</a> »</li>
</ul>
|