Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/script-reference/commands/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,16 @@ intro:这是一段话 -backgroundImage=bg.png;
intro:这是第一行文字|这是第二行文字|这是第三行文字 -animation=slideIn;
```

### delay
### delayTime
- 数字
- 单位:毫秒
- 范围:0 到正无穷
- 默认值:1500
Comment thread
fltLi marked this conversation as resolved.

设置每行文字的显示延迟时间。

```webgal
intro:这是第一行文字|这是第二行文字|这是第三行文字 -delay=1000;
intro:这是第一行文字|这是第二行文字|这是第三行文字 -delayTime=1000;
```

### hold
Expand Down