Skip to content

Commit 03a48d9

Browse files
Merge pull request #55 from g0l4/patch-1
修改单词错误
2 parents 7571d00 + 9602ae9 commit 03a48d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/webgal-script/animation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ setAnimation:enter-from-bottom -target=fig-center -next;
1919
| 渐出 | exit | 300 |
2020
| 左右摇晃一次 | shake | 1000 |
2121
| 从下侧进入 | enter-from-bottom | 500 |
22-
| 从左侧进入 | enter-from-right | 500 |
22+
| 从左侧进入 | enter-from-left | 500 |
2323
| 从右侧进入 | enter-from-right | 500 |
2424
| 前后移动一次 | move-front-and-back | 1000 |
2525

@@ -163,4 +163,4 @@ setTransition: -target=fig-center -enter=enter-from-bottom -exit=exit;
163163
如果在立绘或背景设置后,立即执行设置进出场效果的语句,就可以覆盖掉默认的进出场动画,进而实现进出场效果的自定义。如果没有设置,则在进出场时执行默认动画。
164164

165165
如果不在立绘或背景设置后立即执行进出场效果的设置,等到图像已经进场了,再覆盖进场动画就没有意义了。但如果此时图像还没有出场,设置的出场动画仍有意义。其会在立绘或背景出场时正确地被应用。
166-
:::
166+
:::

0 commit comments

Comments
 (0)