Command
blend
blend
Syntax
blend <style> <seconds>;
Description Plays a full-screen transition effect.
Supported styles:
fadewipeslidedissolvezoomblurflashshakenone
Notes:
nonedisables the transition.bluruses CPU blur by default.- Set
"wgpu_blur": trueinproject.jsonto force the dedicatedwgpubackend (seedocs/wgpu_blur.md).
Example
blend fade 0.8;
blend wipe 0.6;
blend blur 0.5;