Toggle Sidebar B
Light & dark mode D

ConcentricSpin

Concentric rings that each rotate the underlying image by different amounts

Concentric rings that each rotate the underlying image by different amounts

Props

PropTypeDefaultDescription
intensityrange20Maximum rotation angle per ring
ringsrange8Number of concentric rings
smoothnessrange0.03Softness of transitions between rings
seedrange0Randomization seed for per-ring rotation variation
speedrange0.1Speed of continuous ring rotation
speedRandomnessrange0.5How much each ring varies in rotation speed and direction
edges"stretch" | "transparent" | "mirror" | "wrap"mirrorHow to handle edges when distortion pushes content out of bounds
centerposition{"x":0.5,"y":0.5}Center point of the concentric rings

Usage

vue
<Shader>
  <ConcentricSpin
    :intensity="20"
  >
    <Circle />
  </ConcentricSpin>
</Shader>