Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

组操作

组内淡入淡出

配合“添加到组“功能使用,让组内所有物件淡入淡出。

@[fade_group] {
    "group": "组名",
    "opacity": 0,
    "time_sec": 1
}

参数说明

  • group:组名。
  • opacity:目标透明度(0~1)。
  • time_sec:动画持续时间(秒)。

溶解组

溶解组内的所有物件,配合打字机 tags。

@[dissolve_group] {"group": "组名"}

从组中删除

将指定物件从组中移除。

@[remove_from_group] {
    "target": "物件名称",
    "group": "组名"
}