From 01341e824131ba6772fa4bb445cb1bf0216c7871 Mon Sep 17 00:00:00 2001 From: Fuguo <1782765876@qq.com> Date: Tue, 3 Dec 2024 11:35:52 +0800 Subject: [PATCH 1/5] Update Chinese translation Updated the Chinese translation of the animationend event description. --- files/zh-cn/web/api/element/animationiteration_event/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/element/animationiteration_event/index.md b/files/zh-cn/web/api/element/animationiteration_event/index.md index c507e690484353..9309690902ca74 100644 --- a/files/zh-cn/web/api/element/animationiteration_event/index.md +++ b/files/zh-cn/web/api/element/animationiteration_event/index.md @@ -5,7 +5,7 @@ slug: Web/API/Element/animationiteration_event {{APIRef("CSS3 Animations")}} -[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件的处理器 . 当 [CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations) 运动到最后一帧时触发。An iteration ends when a single pass through the sequence of animation instructions is completed by executing the last animation step. +当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为1的动画不会发生。 ## 语法 From a508d4c36c9a9ff5ef4671b4ab977dcfe8a54e26 Mon Sep 17 00:00:00 2001 From: Fuguo <1782765876@qq.com> Date: Tue, 3 Dec 2024 12:07:46 +0800 Subject: [PATCH 2/5] Updated the Chinese translation of the animationend event description. Updated the Chinese translation of the animationend event description. --- files/zh-cn/web/api/element/animationiteration_event/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/element/animationiteration_event/index.md b/files/zh-cn/web/api/element/animationiteration_event/index.md index 9309690902ca74..6b8d50ed56393e 100644 --- a/files/zh-cn/web/api/element/animationiteration_event/index.md +++ b/files/zh-cn/web/api/element/animationiteration_event/index.md @@ -5,7 +5,7 @@ slug: Web/API/Element/animationiteration_event {{APIRef("CSS3 Animations")}} -当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为1的动画不会发生。 + **`animationiteration`** 事件的处理器。当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为1的动画不会发生。 ## 语法 From 2cb303094b6e05f78fcdfbb33e3002b3a83d4523 Mon Sep 17 00:00:00 2001 From: Fuguo <1782765876@qq.com> Date: Thu, 12 Dec 2024 16:26:08 +0800 Subject: [PATCH 3/5] Update index.md Updated the Chinese translation of the animationend event description. --- files/zh-cn/web/api/element/animationiteration_event/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/element/animationiteration_event/index.md b/files/zh-cn/web/api/element/animationiteration_event/index.md index 6b8d50ed56393e..9309690902ca74 100644 --- a/files/zh-cn/web/api/element/animationiteration_event/index.md +++ b/files/zh-cn/web/api/element/animationiteration_event/index.md @@ -5,7 +5,7 @@ slug: Web/API/Element/animationiteration_event {{APIRef("CSS3 Animations")}} - **`animationiteration`** 事件的处理器。当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为1的动画不会发生。 +当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为1的动画不会发生。 ## 语法 From 4b0f0f654231ee810371d60cad30efb545ae1977 Mon Sep 17 00:00:00 2001 From: Fuguo <1782765876@qq.com> Date: Thu, 12 Dec 2024 16:36:11 +0800 Subject: [PATCH 4/5] Updated the Chinese translation of the animationend event description.Update files/zh-cn/web/api/element/animationiteration_event/index.md Updated the Chinese translation of the animationend event description. by reviewdog. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- files/zh-cn/web/api/element/animationiteration_event/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zh-cn/web/api/element/animationiteration_event/index.md b/files/zh-cn/web/api/element/animationiteration_event/index.md index 9309690902ca74..c3ca85d909f7fe 100644 --- a/files/zh-cn/web/api/element/animationiteration_event/index.md +++ b/files/zh-cn/web/api/element/animationiteration_event/index.md @@ -5,7 +5,7 @@ slug: Web/API/Element/animationiteration_event {{APIRef("CSS3 Animations")}} -当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为1的动画不会发生。 +当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为 1 的动画不会发生。 ## 语法 From 0a2b6fa9db43d636b8665ba5d1152a8dea63a7d4 Mon Sep 17 00:00:00 2001 From: A1lo Date: Thu, 12 Dec 2024 16:48:36 +0800 Subject: [PATCH 5/5] Update index.md --- .../zh-cn/web/api/element/animationiteration_event/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/zh-cn/web/api/element/animationiteration_event/index.md b/files/zh-cn/web/api/element/animationiteration_event/index.md index c3ca85d909f7fe..9f895ba19da55c 100644 --- a/files/zh-cn/web/api/element/animationiteration_event/index.md +++ b/files/zh-cn/web/api/element/animationiteration_event/index.md @@ -1,11 +1,11 @@ --- -title: GlobalEventHandlers.onanimationiteration +title: Element:animationiteration 事件 slug: Web/API/Element/animationiteration_event --- -{{APIRef("CSS3 Animations")}} +{{APIRef}} -当一个[CSS Animation](/zh-CN/docs/Web/CSS/CSS_animations)的迭代结束,另一个开始时,会触发[`animationiteration`](/zh-CN/docs/Web/API/Element/animationiteration_event)事件。此事件不会与[`animationend_event`](/zh-CN/docs/Web/API/Element/animationend_event)事件同时发生,因此对于动画迭代计数为 1 的动画不会发生。 +**`animationiteration`** 事件会在一次 [CSS 动画](/zh-CN/docs/Web/CSS/CSS_animations)迭代的结束和另一次迭代的开始时触发。此事件不会与 {{domxref("Element/animationend_event", "animationend")}} 事件同时发生,因此其不会发生在 `animation-iteration-count` 为 1 的动画上。 ## 语法