From a802ba37d66fb077a0fe4b9574839cb886135acf Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 23:04:19 +0900 Subject: Web/m-w以下の文書内のリンクURLを正規化 (#2370) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/svg/element/animate/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'files/ja/web/svg/element/animate') diff --git a/files/ja/web/svg/element/animate/index.html b/files/ja/web/svg/element/animate/index.html index a502099556..be6996c30e 100644 --- a/files/ja/web/svg/element/animate/index.html +++ b/files/ja/web/svg/element/animate/index.html @@ -31,25 +31,25 @@ translation_of: Web/SVG/Element/animate

アニメーション属性

-
アニメーションタイミング属性
+
アニメーションタイミング属性
{{SVGAttr("begin")}}, {{SVGAttr("dur")}}, {{SVGAttr("end")}}, {{SVGAttr("min")}}, {{SVGAttr("max")}}, {{SVGAttr("restart")}}, {{SVGAttr("repeatCount")}}, {{SVGAttr("repeatDur")}}, {{SVGAttr("fill")}}
-
アニメーション値属性
+
アニメーション値属性
{{SVGAttr("calcMode")}}, {{SVGAttr("values")}}, {{SVGAttr("keyTimes")}}, {{SVGAttr("keySplines")}}, {{SVGAttr("from")}}, {{SVGAttr("to")}}, {{SVGAttr("by")}}
-
その他のアニメーション属性
+
その他のアニメーション属性
特に重要なもの: {{SVGAttr("attributeName")}}, {{SVGAttr("additive")}}, {{SVGAttr("accumulate")}}
-
アニメーションイベント属性
+
アニメーションイベント属性
特に重要なもの: {{SVGAttr("onbegin")}}, {{SVGAttr("onend")}}, {{SVGAttr("onrepeat")}}

グローバル属性

-
コア属性
+
コア属性
特に重要なもの: {{SVGAttr('id')}}
-
スタイル属性
+
スタイル属性
{{SVGAttr('class')}}, {{SVGAttr('style')}}
イベント属性
-
グローバルイベント属性, 文書要素イベント属性
+
グローバルイベント属性, 文書要素イベント属性

使用上の注意

-- cgit v1.2.3-54-g00ecf