From 17dbc4b436381a778fd2661efe729e8f3ee4ac6c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 07:48:41 -0400 Subject: remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797) --- files/zh-cn/web/css/css_transitions/index.html | 4 ++-- files/zh-cn/web/css/css_transitions/using_css_transitions/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/zh-cn/web/css/css_transitions') diff --git a/files/zh-cn/web/css/css_transitions/index.html b/files/zh-cn/web/css/css_transitions/index.html index c77f811360..f9153ca449 100644 --- a/files/zh-cn/web/css/css_transitions/index.html +++ b/files/zh-cn/web/css/css_transitions/index.html @@ -76,7 +76,7 @@ translation_of: Web/CSS/CSS_Transitions {{ CompatGeckoDesktop("16.0") }} 10.0 11.6 {{ property_prefix("-o") }}
- 12.10 # + 12.10 # 3.0 {{ property_prefix("-webkit") }}
6.1 @@ -102,7 +102,7 @@ translation_of: Web/CSS/CSS_Transitions {{ CompatGeckoMobile("16.0") }} {{ CompatUnknown() }} 10.0 {{ property_prefix("-o") }}
- 12.10 # + 12.10 # 3.2 {{ property_prefix("-webkit") }} diff --git a/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html b/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html index 10ca1300b0..38ae9a6359 100644 --- a/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html +++ b/files/zh-cn/web/css/css_transitions/using_css_transitions/index.html @@ -340,7 +340,7 @@ var intervalID = window.setInterval(updateTransition, 7000);
{{ cssxref("transition-timing-function") }}
-
指定一个函数,定义属性值怎么变化。缓动函数 Timing functions 定义属性如何计算。多数 timing functions 由四点定义一个 bezier 曲线。也可以从 Easing Functions Cheat Sheet 选择缓动效果。
+
指定一个函数,定义属性值怎么变化。缓动函数 Timing functions 定义属性如何计算。多数 timing functions 由四点定义一个 bezier 曲线。也可以从 Easing Functions Cheat Sheet 选择缓动效果。
-- cgit v1.2.3-54-g00ecf