diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd /files/zh-cn/web/css/@keyframes | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
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> |