aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/svg/attribute/origin
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/svg/attribute/origin')
-rw-r--r--files/zh-cn/web/svg/attribute/origin/index.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/files/zh-cn/web/svg/attribute/origin/index.html b/files/zh-cn/web/svg/attribute/origin/index.html
new file mode 100644
index 0000000000..a72b0f75c7
--- /dev/null
+++ b/files/zh-cn/web/svg/attribute/origin/index.html
@@ -0,0 +1,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>