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

See what's new

IrisWipe

Reveal through an expanding circle growing from a center point

Props

progressnumber
Default:0.5
How far the iris has expanded (0 = fully visible, 1 = fully wiped away)
center{x: number, y: number}
Default:{"x":0.5,"y":0.5}
Point the iris expands from
feathernumber
Default:0.1
Softness of the iris edge
invertboolean
Default:false
Wipe from the outside inward instead

Usage

<Shader>
  <IrisWipe>
    <Circle />
  </IrisWipe>
</Shader>