Skip to content

Commit e5b7673

Browse files
committed
fix
1 parent 806a13a commit e5b7673

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,11 +1367,11 @@
13671367

13681368
//动画算法
13691369
/*
1370-
t: current time(当前时间);
1371-
b: beginning value(初始值);
1372-
c: change in value(变化量);
1373-
d: duration(持续时间)。
1374-
*/
1370+
t: current time(当前时间);
1371+
b: beginning value(初始值);
1372+
c: change in value(变化量);
1373+
d: duration(持续时间)。
1374+
*/
13751375

13761376
var Tween = {
13771377
Cubic: {

0 commit comments

Comments
 (0)