blob: 274e754893308049984035eeb21125ae72d7251b (
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
|
---
title: end
slug: Web/SVG/Attribute/end
translation_of: Web/SVG/Attribute/end
---
<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG Attribute reference home</a></p>
<p>Этот атрибут определяет конечное значение для анимации, которое может ограничить активную длительность.</p>
<p>Значение атрибута представляет собой разделённый точками с запятой список значений. Каждое отдельное значение может совпадать с типом, определённым для {{ SVGAttr("begin") }} атрибута .</p>
<h2 id="Usage_context">Usage context</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">Categories</th>
<td>Animation timing attribute</td>
</tr>
<tr>
<th scope="row">Value</th>
<td><End-value-list></td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>No</td>
</tr>
<tr>
<th scope="row">Normative document</th>
<td><a class="external" href="http://www.w3.org/TR/SVG/animate.html#EndAttribute">SVG 1.1 (2nd Edition)</a></td>
</tr>
</tbody>
</table>
<p>Для типов значений, разрешённых в, <code><end-value-list></code> см. {{ SVGAttr("begin") }} атрибут.</p>
<h2 id="Examples">Examples</h2>
<h2 id="Elements">Elements</h2>
<p>The following elements can use the <code>end</code> attribute</p>
<ul>
<li><a href="/en/SVG/Element#Animation" title="en/SVG/Element#Animation">Animation elements</a> »</li>
</ul>
|