aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/svg/element/animatemotion/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/svg/element/animatemotion/index.html')
-rw-r--r--files/ja/web/svg/element/animatemotion/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/files/ja/web/svg/element/animatemotion/index.html b/files/ja/web/svg/element/animatemotion/index.html
index 145d52c0da..87c3ae12e8 100644
--- a/files/ja/web/svg/element/animatemotion/index.html
+++ b/files/ja/web/svg/element/animatemotion/index.html
@@ -42,13 +42,13 @@ translation_of: Web/SVG/Element/animateMotion
<dl>
<dt id="attr-cx">{{SVGAttr("keyPoints")}}</dt>
<dd>この属性は [0,1] の範囲で、それぞれの {{SVGAttr("keyTimes")}} に関連付けられた値に対して、パスに沿ってオブジェクトがどのくらいの距離にあるかを示します。<br>
- <small><em>値の型</em>: <a href="/docs/Web/SVG/Content_type#Number"><strong>&lt;number&gt;</strong></a>*; <em>Default value</em>: none; <em>Animatable</em>: <strong>no</strong></small></dd>
+ <small><em>値の型</em>: <a href="/ja/docs/Web/SVG/Content_type#Number"><strong>&lt;number&gt;</strong></a>*; <em>Default value</em>: none; <em>Animatable</em>: <strong>no</strong></small></dd>
<dt id="attr-cx">{{SVGAttr("path")}}</dt>
<dd>この属性は、 {{SVGAttr('d')}} 属性と同じ構文を使用して、モーションパスを定義します。<br>
<small><em>値の型</em>: <strong>&lt;string&gt;</strong>; <em>Default value</em>: none; <em>Animatable</em>: <strong>no</strong></small></dd>
<dt id="attr-cx">{{SVGAttr("rotate")}}</dt>
<dd>この属性は、パスに沿ってアニメーションされた要素に適用される回転を定義します。<br>
- <small><em>値の型</em>: <a href="/docs/Web/SVG/Content_type#Number"><strong>&lt;number&gt;</strong></a>|<code>auto</code>|<code>auto-reverse</code>; <em>Default value</em>: <code>0</code>; <em>Animatable</em>: <strong>no</strong></small></dd>
+ <small><em>値の型</em>: <a href="/ja/docs/Web/SVG/Content_type#Number"><strong>&lt;number&gt;</strong></a>|<code>auto</code>|<code>auto-reverse</code>; <em>Default value</em>: <code>0</code>; <em>Animatable</em>: <strong>no</strong></small></dd>
</dl>
<div class="blockIndicator note">
@@ -58,25 +58,25 @@ translation_of: Web/SVG/Element/animateMotion
<h3 id="Animation_Attributes" name="Animation_Attributes">アニメーション属性</h3>
<dl>
- <dt><a href="/docs/Web/SVG/Attribute#Animation_Timing_Attributes">アニメーションタイミング属性</a></dt>
+ <dt><a href="/ja/docs/Web/SVG/Attribute#Animation_Timing_Attributes">アニメーションタイミング属性</a></dt>
<dd><small>{{SVGAttr("begin")}}, {{SVGAttr("dur")}}, {{SVGAttr("end")}}, {{SVGAttr("min")}}, {{SVGAttr("max")}}, {{SVGAttr("restart")}}, {{SVGAttr("repeatCount")}}, {{SVGAttr("repeatDur")}}, {{SVGAttr("fill")}}</small></dd>
- <dt><a href="/docs/Web/SVG/Attribute#Animation_Value_Attributes">アニメーション値属性</a></dt>
+ <dt><a href="/ja/docs/Web/SVG/Attribute#Animation_Value_Attributes">アニメーション値属性</a></dt>
<dd><small>{{SVGAttr("calcMode")}}, {{SVGAttr("values")}}, {{SVGAttr("keyTimes")}}, {{SVGAttr("keySplines")}}, {{SVGAttr("from")}}, {{SVGAttr("to")}}, {{SVGAttr("by")}}</small></dd>
- <dt><a href="/docs/Web/SVG/Attribute#Animation_Attributes">他のアニメーション属性</a></dt>
+ <dt><a href="/ja/docs/Web/SVG/Attribute#Animation_Attributes">他のアニメーション属性</a></dt>
<dd><small>特に重要なもの: {{SVGAttr("attributeName")}}, {{SVGAttr("additive")}}, {{SVGAttr("accumulate")}}</small></dd>
- <dt><a href="/docs/Web/SVG/Attribute/Events#Animation_Event_Attributes">アニメーションイベント属性</a></dt>
+ <dt><a href="/ja/docs/Web/SVG/Attribute/Events#Animation_Event_Attributes">アニメーションイベント属性</a></dt>
<dd><small>特に重要なもの: {{SVGAttr("onbegin")}}, {{SVGAttr("onend")}}, {{SVGAttr("onrepeat")}}</small></dd>
</dl>
<h3 id="Global_attributes" name="Global_attributes">グローバル属性</h3>
<dl>
- <dt><a href="/docs/Web/SVG/Attribute/Core">コア属性</a></dt>
+ <dt><a href="/ja/docs/Web/SVG/Attribute/Core">コア属性</a></dt>
<dd><small>特に重要なもの: {{SVGAttr('id')}}</small></dd>
- <dt><a href="/docs/Web/SVG/Attribute/Styling">スタイル付け属性</a></dt>
+ <dt><a href="/ja/docs/Web/SVG/Attribute/Styling">スタイル付け属性</a></dt>
<dd><small>{{SVGAttr('class')}}, {{SVGAttr('style')}}</small></dd>
<dt>イベント属性</dt>
- <dd><small><a href="/docs/Web/SVG/Attribute/Events#Global_Event_Attributes">グローバルイベント属性</a>, <a href="/docs/Web/SVG/Attribute/Events#Document_Element_Event_Attributes">文書要素イベント属性</a></small></dd>
+ <dd><small><a href="/ja/docs/Web/SVG/Attribute/Events#Global_Event_Attributes">グローバルイベント属性</a>, <a href="/ja/docs/Web/SVG/Attribute/Events#Document_Element_Event_Attributes">文書要素イベント属性</a></small></dd>
</dl>
<h2 id="Usage_notes" name="Usage_notes">使用上の注意</h2>