aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/integer
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-28 12:32:33 -0400
committerGitHub <noreply@github.com>2021-07-29 00:32:33 +0800
commit6d3234e3f9ff37cbd766dc00c607828ad6f34a53 (patch)
tree1fd72c8daa9ab98415f1fc0cad527ce0c5df2552 /files/zh-cn/web/css/integer
parent43a2fc260b557fa0f6f2a3c1d9da94d61fa9b732 (diff)
downloadtranslated-content-6d3234e3f9ff37cbd766dc00c607828ad6f34a53.tar.gz
translated-content-6d3234e3f9ff37cbd766dc00c607828ad6f34a53.tar.bz2
translated-content-6d3234e3f9ff37cbd766dc00c607828ad6f34a53.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 2) (#1730)
* remove link 'title' attributes that's just the 'href' (zh-cn, part 2) * more fixes
Diffstat (limited to 'files/zh-cn/web/css/integer')
-rw-r--r--files/zh-cn/web/css/integer/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/css/integer/index.html b/files/zh-cn/web/css/integer/index.html
index 51a43fdf3a..b0b71a76a5 100644
--- a/files/zh-cn/web/css/integer/index.html
+++ b/files/zh-cn/web/css/integer/index.html
@@ -23,7 +23,7 @@ translation_of: Web/CSS/integer
<h2 id="Interpolation">Interpolation</h2>
-<p>When animated, values of the <code>&lt;integer&gt;</code> data type are interpolated using discrete, whole steps. The calculation is done as if they were real, floating-point numbers; the discrete value is obtained using the <a href="http://en.wikipedia.org/wiki/Floor_function" title="http://en.wikipedia.org/wiki/Floor_function">floor function</a>. The speed of the interpolation is determined by the <a href="/en-US/docs/Web/CSS/single-transition-timing-function" title="timing-function">timing function</a> associated with the animation.<br>
+<p>When animated, values of the <code>&lt;integer&gt;</code> data type are interpolated using discrete, whole steps. The calculation is done as if they were real, floating-point numbers; the discrete value is obtained using the <a href="http://en.wikipedia.org/wiki/Floor_function">floor function</a>. The speed of the interpolation is determined by the <a href="/en-US/docs/Web/CSS/single-transition-timing-function" title="timing-function">timing function</a> associated with the animation.<br>
设置动画时,&lt;integer&gt;数据类型的值将使用离散的完整步骤进行插值。计算过程就像是实数,浮点数一样;离散值是使用floor函数得到的。插值的速度由与动画相关联的定时函数确定。</p>
<h2 id="示例">示例</h2>