From 8b42f444c5c10e0abc2b8015a0a68e3798f9bea9 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 22 Jan 2022 22:56:36 +0900 Subject: CSS animations 系のプロパティを移行 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/animation-play-state/index.html | 88 ------------------------ files/ja/web/css/animation-play-state/index.md | 88 ++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 88 deletions(-) delete mode 100644 files/ja/web/css/animation-play-state/index.html create mode 100644 files/ja/web/css/animation-play-state/index.md (limited to 'files/ja/web/css/animation-play-state') diff --git a/files/ja/web/css/animation-play-state/index.html b/files/ja/web/css/animation-play-state/index.html deleted file mode 100644 index ed4d05392a..0000000000 --- a/files/ja/web/css/animation-play-state/index.html +++ /dev/null @@ -1,88 +0,0 @@ ---- -title: animation-play-state -slug: Web/CSS/animation-play-state -tags: - - CSS - - CSS アニメーション - - CSS プロパティ - - Reference -translation_of: Web/CSS/animation-play-state ---- -
{{CSSRef}}
- -

CSSanimation-play-state プロパティは、アニメーションが実行中か停止中かを設定します。

- -
{{EmbedInteractiveExample("pages/css/animation-play-state.html")}}
- - - -

停止したアニメーションを再開すると、アニメーションの流れの最初からではなく、停止した位置からアニメーションが始まります。

- -

構文

- -
/* 単一のアニメーション */
-animation-play-state: running;
-animation-play-state: paused;
-
-/* 複数のアニメーション */
-animation-play-state: paused, running, running;
-
-/* グローバル値 */
-animation-play-state: inherit;
-animation-play-state: initial;
-animation-play-state: unset;
-
- -

- -
-
running
-
アニメーションが現在実行中です。
-
paused
-
アニメーションが現在停止中です。
-
- -
-

メモ: animation-* プロパティにコンマ区切りで複数の値を指定した場合、 {{cssxref("animation-name")}} プロパティで指定したアニメーションに割り当てられますが、いくつあるかによって異なる方法で割り当てられます。詳しくは、複数のアニメーションプロパティ値の設定 を参照してください。

-
- -

形式文法

- -
{{csssyntax}}
-
- -

{{cssinfo}}

- -

- -

例は CSS アニメーションを参照してください。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('CSS3 Animations', '#animation-play-state', 'animation-play-state')}}{{Spec2('CSS3 Animations')}}初回定義
- -

ブラウザーの対応

- -

{{Compat("css.properties.animation-play-state")}}

- -

関連情報

- - diff --git a/files/ja/web/css/animation-play-state/index.md b/files/ja/web/css/animation-play-state/index.md new file mode 100644 index 0000000000..ed4d05392a --- /dev/null +++ b/files/ja/web/css/animation-play-state/index.md @@ -0,0 +1,88 @@ +--- +title: animation-play-state +slug: Web/CSS/animation-play-state +tags: + - CSS + - CSS アニメーション + - CSS プロパティ + - Reference +translation_of: Web/CSS/animation-play-state +--- +
{{CSSRef}}
+ +

CSSanimation-play-state プロパティは、アニメーションが実行中か停止中かを設定します。

+ +
{{EmbedInteractiveExample("pages/css/animation-play-state.html")}}
+ + + +

停止したアニメーションを再開すると、アニメーションの流れの最初からではなく、停止した位置からアニメーションが始まります。

+ +

構文

+ +
/* 単一のアニメーション */
+animation-play-state: running;
+animation-play-state: paused;
+
+/* 複数のアニメーション */
+animation-play-state: paused, running, running;
+
+/* グローバル値 */
+animation-play-state: inherit;
+animation-play-state: initial;
+animation-play-state: unset;
+
+ +

+ +
+
running
+
アニメーションが現在実行中です。
+
paused
+
アニメーションが現在停止中です。
+
+ +
+

メモ: animation-* プロパティにコンマ区切りで複数の値を指定した場合、 {{cssxref("animation-name")}} プロパティで指定したアニメーションに割り当てられますが、いくつあるかによって異なる方法で割り当てられます。詳しくは、複数のアニメーションプロパティ値の設定 を参照してください。

+
+ +

形式文法

+ +
{{csssyntax}}
+
+ +

{{cssinfo}}

+ +

+ +

例は CSS アニメーションを参照してください。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('CSS3 Animations', '#animation-play-state', 'animation-play-state')}}{{Spec2('CSS3 Animations')}}初回定義
+ +

ブラウザーの対応

+ +

{{Compat("css.properties.animation-play-state")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf