Skip to content

Commit

Permalink
Merge pull request #55 from g0l4/patch-1
Browse files Browse the repository at this point in the history
修改单词错误
  • Loading branch information
MakinoharaShoko authored Nov 10, 2024
2 parents 7571d00 + 9602ae9 commit 03a48d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgal-script/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setAnimation:enter-from-bottom -target=fig-center -next;
| 渐出 | exit | 300 |
| 左右摇晃一次 | shake | 1000 |
| 从下侧进入 | enter-from-bottom | 500 |
| 从左侧进入 | enter-from-right | 500 |
| 从左侧进入 | enter-from-left | 500 |
| 从右侧进入 | enter-from-right | 500 |
| 前后移动一次 | move-front-and-back | 1000 |

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

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

0 comments on commit 03a48d9

Please sign in to comment.