We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19df099 commit 516acadCopy full SHA for 516acad
src/data/examples/zh-Hans/08_Math/10_Interpolate.js
@@ -3,7 +3,7 @@
3
* @frame 720, 400
4
* @description 在屏幕上移动鼠标,圆会跟着移动。
5
* 在动画绘制的每一帧之间,lerp() 函数会使圆从其当前位置向光标移动一部分距离(0.05)。
6
- * This is the same as the Easing under input only with lerp() instead..
+ * 这和在 Input 中的 <a href ="https://p5js.org/zh-Hans/examples/input-easing.html">Easing</a> 范例一样,只是使用了 lerp() 函数。
7
*/
8
9
let x = 0;
0 commit comments