blob: 5f2f398f153816d09591230690c74a08a20be0c3 (
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
48
49
|
---
title: end
slug: Web/SVG/Attribute/end
tags:
- SVG
- SVG属性
- 需要兼容性表
translation_of: Web/SVG/Attribute/end
---
<p>« <a href="/en/SVG/Attribute" title="en/SVG/Attribute">SVG属性参考主页</a></p>
<p>这个属性定义了一个动画的结束值,可以约束激活持续时间。</p>
<p>这个属性值是一个分号分隔的数列值。每个单独值可以是定义在{{ SVGAttr("begin") }}属性中同种类型。</p>
<h2 id="用法">用法</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="row">类别</th>
<td>动画定时属性</td>
</tr>
<tr>
<th scope="row">值</th>
<td><End-value-list></td>
</tr>
<tr>
<th scope="row">可变性</th>
<td>No</td>
</tr>
<tr>
<th scope="row">规范文档</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="示例">示例</h2>
<h2 id="元素">元素</h2>
<p>下列元素可以使用<code>end</code>属性:</p>
<ul>
<li><a href="/en/SVG/Element#Animation" title="en/SVG/Element#Animation">Animation elements</a> »</li>
</ul>
|