Skip to content

Commit 516acad

Browse files
authored
add description translation
1 parent 19df099 commit 516acad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/examples/zh-Hans/08_Math/10_Interpolate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @frame 720, 400
44
* @description 在屏幕上移动鼠标,圆会跟着移动。
55
* 在动画绘制的每一帧之间,lerp() 函数会使圆从其当前位置向光标移动一部分距离(0.05)。
6-
* This is the same as the Easing under input only with lerp() instead..
6+
* 这和在 Input 中的 <a href ="https://p5js.org/zh-Hans/examples/input-easing.html">Easing</a> 范例一样,只是使用了 lerp() 函数。
77
*/
88

99
let x = 0;

0 commit comments

Comments
 (0)