diff options
Diffstat (limited to 'files/zh-cn/web/css/@keyframes')
-rw-r--r-- | files/zh-cn/web/css/@keyframes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/@keyframes/index.html b/files/zh-cn/web/css/@keyframes/index.html index 22e983100c..f6e415d3ef 100644 --- a/files/zh-cn/web/css/@keyframes/index.html +++ b/files/zh-cn/web/css/@keyframes/index.html @@ -67,7 +67,7 @@ translation_of: Web/CSS/@keyframes <p>上面这个例子中,<code>50%</code> 关键帧中分别最后设置的属性 <code>top: 10px</code> 和 <code>left: 20px</code> 是有效的,但是其他的属性会被忽略。</p> -<p>{{ fx_minversion_inline("14") }} Firefox 14 开始支持层叠 keyframes。</p> +<p>Firefox 14 开始支持层叠 keyframes。</p> <h3 id="关键帧中的_!important">关键帧中的 <code>!important</code></h3> |