aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/css_animations
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 07:48:41 -0400
committerGitHub <noreply@github.com>2021-07-31 19:48:41 +0800
commit17dbc4b436381a778fd2661efe729e8f3ee4ac6c (patch)
treef6660405619b8b2e413e55398dad9ad390d7a16e /files/zh-cn/web/css/css_animations
parent81ae7cf946d4d81c114b436123137718b88824c2 (diff)
downloadtranslated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.gz
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.tar.bz2
translated-content-17dbc4b436381a778fd2661efe729e8f3ee4ac6c.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797)
Diffstat (limited to 'files/zh-cn/web/css/css_animations')
-rw-r--r--files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html b/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html
index 75b845f57e..f554b33177 100644
--- a/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html
+++ b/files/zh-cn/web/css/css_animations/detecting_css_animation_support/index.html
@@ -5,7 +5,7 @@ translation_of: Web/CSS/CSS_Animations/Detecting_CSS_animation_support
---
<p>{{CSSRef}}</p>
-<p>CSS 动画 使仅用CSS属性来使内容呈现动画效果成为一种可能,然而,某些时候CSS动画属性并不能生效,此时,我们希望能够通过javascript代码来实现相似的动画效果。针对此种情况,本文基于Chris Heilmann的 <a href="http://hacks.mozilla.org/2011/09/detecting-and-generating-css-animations-in-javascript/" title="http://hacks.mozilla.org/2011/09/detecting-and-generating-css-animations-in-javascript/">this blog post</a> 对该技术进行了示范。</p>
+<p>CSS 动画 使仅用CSS属性来使内容呈现动画效果成为一种可能,然而,某些时候CSS动画属性并不能生效,此时,我们希望能够通过javascript代码来实现相似的动画效果。针对此种情况,本文基于Chris Heilmann的 <a href="http://hacks.mozilla.org/2011/09/detecting-and-generating-css-animations-in-javascript/">this blog post</a> 对该技术进行了示范。</p>
<h2 id="CSS动画支持检测">CSS动画支持检测</h2>