aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/integer
diff options
context:
space:
mode:
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>