aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/htmlelement/animationstart_event/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/web/api/htmlelement/animationstart_event/index.html
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
Diffstat (limited to 'files/zh-cn/web/api/htmlelement/animationstart_event/index.html')
-rw-r--r--files/zh-cn/web/api/htmlelement/animationstart_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/htmlelement/animationstart_event/index.html b/files/zh-cn/web/api/htmlelement/animationstart_event/index.html
index 53929bfb0d..3f2092239a 100644
--- a/files/zh-cn/web/api/htmlelement/animationstart_event/index.html
+++ b/files/zh-cn/web/api/htmlelement/animationstart_event/index.html
@@ -1,6 +1,6 @@
---
title: animationstart
-slug: Web/Events/animationstart
+slug: Web/API/HTMLElement/animationstart_event
tags:
- Animation
- AnimationEvent
@@ -10,6 +10,7 @@ tags:
- Reference
- animationstart
translation_of: Web/API/HTMLElement/animationstart_event
+original_slug: Web/Events/animationstart
---
<p><code>animationstart</code> 事件会在 CSS 动画开始时触发。 如果有 <code>animation-delay</code> 延时,事件会在延迟时效过后立即触发。为负数的延时时长会致使事件被触发时事件的 <code>elapsedTime</code> 属性值等于该时长的绝对值(并且,相应地,动画将直接播放该时长绝对值之后的动画)。</p>