We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7571d00 commit 9602ae9Copy full SHA for 9602ae9
1 file changed
src/webgal-script/animation.md
@@ -19,7 +19,7 @@ setAnimation:enter-from-bottom -target=fig-center -next;
19
| 渐出 | exit | 300 |
20
| 左右摇晃一次 | shake | 1000 |
21
| 从下侧进入 | enter-from-bottom | 500 |
22
-| 从左侧进入 | enter-from-right | 500 |
+| 从左侧进入 | enter-from-left | 500 |
23
| 从右侧进入 | enter-from-right | 500 |
24
| 前后移动一次 | move-front-and-back | 1000 |
25
@@ -163,4 +163,4 @@ setTransition: -target=fig-center -enter=enter-from-bottom -exit=exit;
163
如果在立绘或背景设置后,立即执行设置进出场效果的语句,就可以覆盖掉默认的进出场动画,进而实现进出场效果的自定义。如果没有设置,则在进出场时执行默认动画。
164
165
如果不在立绘或背景设置后立即执行进出场效果的设置,等到图像已经进场了,再覆盖进场动画就没有意义了。但如果此时图像还没有出场,设置的出场动画仍有意义。其会在立绘或背景出场时正确地被应用。
166
-:::
+:::
0 commit comments