Documentation

FlowField

Fluid-like distortion with constant smooth motion

Props

strengthnumber
Default:0.15
Intensity of the flow distortion
detailnumber
Default:2
Scale of the flow patterns
speednumber
Default:0
Speed of the flow
evolutionSpeednumber
Default:0
How fast the flow field pattern reshapes over time
edges"stretch" | "transparent" | "mirror" | "wrap"
Default:mirror
How to handle edges when distortion pushes content out of bounds

Usage

<Shader>
  <FlowField>
    <Circle />
  </FlowField>
</Shader>