--- 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>