Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh-cn: update the description of the animationiteration event #24912

Merged
merged 6 commits into from
Dec 12, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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的动画不会发生。
kongbai1996 marked this conversation as resolved.
Show resolved Hide resolved

## 语法

Expand Down
Loading