aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/css_animations/using_css_animations/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/css_animations/using_css_animations/index.html')
-rw-r--r--files/zh-cn/web/css/css_animations/using_css_animations/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/css_animations/using_css_animations/index.html b/files/zh-cn/web/css/css_animations/using_css_animations/index.html
index 3cdd7cd988..59dc8370ea 100644
--- a/files/zh-cn/web/css/css_animations/using_css_animations/index.html
+++ b/files/zh-cn/web/css/css_animations/using_css_animations/index.html
@@ -25,7 +25,7 @@ translation_of: Web/CSS/CSS_Animations/Using_CSS_animations
<h2 id="配置动画">配置动画</h2>
-<p>创建动画序列,需要使用{{ cssxref("animation") }}属性或其子属性,该属性允许配置动画时间、时长以及其他动画细节,但该属性不能配置动画的实际表现,动画的实际表现是由 {{ cssxref("@keyframes") }}规则实现,具体情况参见{{anch("使用keyframes定义动画序列")}}小节部分。</p>
+<p>创建动画序列,需要使用{{ cssxref("animation") }}属性或其子属性,该属性允许配置动画时间、时长以及其他动画细节,但该属性不能配置动画的实际表现,动画的实际表现是由 {{ cssxref("@keyframes") }}规则实现,具体情况参见<a href="#使用keyframes定义动画序列">使用keyframes定义动画序列</a>小节部分。</p>
<p style="margin-bottom: 0px;"><span style="line-height: 1.5;">{{ cssxref("animation") }}</span>的子属性有:</p>