diff options
Diffstat (limited to 'files/zh-cn/web/css/animation-name/index.html')
-rw-r--r-- | files/zh-cn/web/css/animation-name/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/css/animation-name/index.html b/files/zh-cn/web/css/animation-name/index.html index c553edf234..38b64a701e 100644 --- a/files/zh-cn/web/css/animation-name/index.html +++ b/files/zh-cn/web/css/animation-name/index.html @@ -11,11 +11,11 @@ translation_of: Web/CSS/animation-name --- <div>{{CSSRef}}</div> -<div></div> + <div><code>animation-name</code>属性指定应用的一系列动画,每个名称代表一个由{{cssxref("@keyframes")}}定义的动画序列。</div> -<div></div> + <pre class="brush: css"><code>/* Single animation */ animation-name: none; |