blob: a72b0f75c75b7604fe4d5e6a6cae65725a48e058 (
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
50
51
52
53
54
55
56
57
58
59
|
---
title: origin
slug: Web/SVG/Attribute/origin
translation_of: Web/SVG/Attribute/origin
---
<div>{{SVGRef}}</div>
<p>该<code><strong>origin</strong></code>属性指定动画的运动原点。在SVG中无效。</p>
<p>只有一个元素正在使用此属性:{{SVGElement("animateMotion")}}</p>
<h2 id="总体注释">总体注释</h2>
<table class="properties">
<tbody>
<tr>
<th scope="row">值</th>
<td><code>default</code></td>
</tr>
<tr>
<th scope="row">默认值</th>
<td><code>default</code></td>
</tr>
<tr>
<th scope="row">可动画的</th>
<td>没有</td>
</tr>
</tbody>
</table>
<h2 id="技术指标">技术指标</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">规范</th>
<th scope="col">状态</th>
<th scope="col">评论</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("SVG Animations 2", "#OriginAttribute", "origin")}}</td>
<td>{{Spec2("SVG Animations 2")}}</td>
<td>没变</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "animate.html#OriginAttribute", "origin")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>初始定义(请<a href="https://www.w3.org/TR/smil-animation/#MotionOriginAttribute">参见SMIL动画规范</a>)</td>
</tr>
</tbody>
</table>
<h2 id="也可以看看">也可以看看</h2>
<ul>
<li><a href="https://www.w3.org/TR/smil-animation/#MotionOriginAttribute"><code>origin</code>SMIL动画规范中的定义</a></li>
</ul>
|