Skip to content

Commit

Permalink
2023/04/07 時点の英語版に同期
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jul 26, 2023
1 parent b5d09f0 commit bd3a994
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions files/ja/web/api/animationevent/animationevent/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: AnimationEvent()
title: "AnimationEvent: AnimationEvent() コンストラクター"
short-title: AnimationEvent()
slug: Web/API/AnimationEvent/AnimationEvent
l10n:
sourceCommit: 9ad07c43f42e14278a4040fd554af33699aea632
sourceCommit: 135b8311a5e3d12789e8421845be3ce026ef72b8
---

{{APIRef("Web Animations API")}}
{{APIRef("Web Animations")}}

**`AnimationEvent()`** コンストラクターは、アニメーションに関するイベントを表す新しい {{domxref("AnimationEvent")}} オブジェクトを返します。

Expand Down Expand Up @@ -42,7 +43,7 @@ new AnimationEvent(type, options)

## 関連情報

- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations)
- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_animations/Using_CSS_animations)
- アニメーション関連の CSS プロパティとアットルール: {{cssxref("animation")}},
{{cssxref("animation-delay")}}, {{cssxref("animation-direction")}},
{{cssxref("animation-duration")}}, {{cssxref("animation-fill-mode")}},
Expand Down
9 changes: 5 additions & 4 deletions files/ja/web/api/animationevent/animationname/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: AnimationEvent.animationName
title: "AnimationEvent: animationName プロパティ"
short-title: animationName
slug: Web/API/AnimationEvent/animationName
l10n:
sourceCommit: bf30e32f3b51f59080f2c76795beadb247a551eb
sourceCommit: 135b8311a5e3d12789e8421845be3ce026ef72b8
---

{{APIRef("Web Animations API")}}
{{APIRef("Web Animations")}}

**`AnimationEvent.animationName`** は読み取り専用プロパティで、トランジションに関連付けられた CSS の {{cssxref("animation-name")}} の値を含む文字列です。

Expand All @@ -23,7 +24,7 @@ CSS の {{cssxref("animation-name")}} プロパティの値が入った文字列

## 関連情報

- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations)
- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_animations/Using_CSS_animations)
- アニメーション関連の CSS プロパティとアットルール: {{cssxref("animation")}},
{{cssxref("animation-delay")}}, {{cssxref("animation-direction")}},
{{cssxref("animation-duration")}}, {{cssxref("animation-fill-mode")}},
Expand Down
9 changes: 5 additions & 4 deletions files/ja/web/api/animationevent/elapsedtime/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: AnimationEvent.elapsedTime
title: "AnimationEvent: elapsedTime プロパティ"
short-title: elapsedTime
slug: Web/API/AnimationEvent/elapsedTime
l10n:
sourceCommit: bf30e32f3b51f59080f2c76795beadb247a551eb
sourceCommit: 135b8311a5e3d12789e8421845be3ce026ef72b8
---

{{APIRef("Web Animations API")}}
{{APIRef("Web Animations")}}

**`AnimationEvent.elapsedTime`** は読み取り専用のプロパティで、アニメーションが開始されてからの秒数を `float` 型で表します。このイベントが発生したとき、アニメーションが停止した場合を除いて常に設定されます。 {{domxref("Element/animationstart_event", "animationstart")}} イベントにおいては `elapsedTime``0.0` になりますが、 {{cssxref("animation-delay")}} が負の値の場合は、このイベントは `elapsedTime``(-1 * 待ち時間 )` であるときに発生します。

Expand All @@ -23,6 +24,6 @@ l10n:

## 関連情報

- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations)
- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_animations/Using_CSS_animations)
- アニメーションに関する CSS プロパティとアットルール: {{cssxref("animation")}}, {{cssxref("animation-delay")}}, {{cssxref("animation-direction")}}, {{cssxref("animation-duration")}}, {{cssxref("animation-fill-mode")}}, {{cssxref("animation-iteration-count")}}, {{cssxref("animation-name")}}, {{cssxref("animation-play-state")}}, {{cssxref("animation-timing-function")}}, {{cssxref("@keyframes")}}.
- 所属先の {{domxref("AnimationEvent")}} インターフェイス

0 comments on commit bd3a994

Please sign in to comment.