Introducing v3 — a new editor, faster engine, and more.

See what's new

BlockDissolve

Dissolve the content away as a grid of blocks vanishing in random order

Props

progressnumber
Default:0.5
How far the dissolve has progressed (0 = fully visible, 1 = fully wiped away)
blockSizenumber
Default:0.08
Size of each block as a fraction of the frame width
softnessnumber
Default:0.15
How softly each block fades out (0 = hard-edged blocks)
invertboolean
Default:false
Reverse the order blocks dissolve in

Usage

<Shader>
  <BlockDissolve>
    <Circle />
  </BlockDissolve>
</Shader>