From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/css/css_animated_properties/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/zh-cn/web/css/css_animated_properties/index.html (limited to 'files/zh-cn/web/css/css_animated_properties/index.html') diff --git a/files/zh-cn/web/css/css_animated_properties/index.html b/files/zh-cn/web/css/css_animated_properties/index.html new file mode 100644 index 0000000000..ab3e939e33 --- /dev/null +++ b/files/zh-cn/web/css/css_animated_properties/index.html @@ -0,0 +1,15 @@ +--- +title: CSS animated properties +slug: Web/CSS/CSS_animated_properties +tags: + - CSS animated properties + - CSS动画属性 +translation_of: Web/CSS/CSS_animated_properties +--- +

{{CSSRef}}

+ +

一些CSS属性可以是动画的,也就是说,当它的值改变时,或者当 CSS动画或 CSS转换使用时,它可以以平滑的方式改变。

+ +

可动画属性的列表是:

+ +

{{CSSAnimatedProperties}}

-- cgit v1.2.3-54-g00ecf