From dd970ebde4659015cacb03f3cec08ba3662f76b7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Sat, 20 Mar 2021 18:32:06 -0700 Subject: remove fx_minversion_inline macro calls (#258) --- files/zh-cn/web/css/@keyframes/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/css/@keyframes') 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

上面这个例子中,50% 关键帧中分别最后设置的属性 top: 10pxleft: 20px 是有效的,但是其他的属性会被忽略。

-

{{ fx_minversion_inline("14") }}  Firefox 14 开始支持层叠 keyframes。

+

Firefox 14 开始支持层叠 keyframes。

关键帧中的 !important

-- cgit v1.2.3-54-g00ecf