Silk
A fluid, dynamic silk-like shader animation with customizable colors and patterns.
Configuring your account...
Please wait while we prepare everything for you
Usage
import Silk from './Silk';
<Silk
speed={5}
scale={1}
color="#7B7481"
noiseIntensity={1.5}
rotation={0}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| speed | number | 5 | Animation speed |
| scale | number | 1 | Pattern scale |
| color | string | "#7B7481" | Silk color |
| noiseIntensity | number | 1.5 | Noise intensity |
| rotation | number | 0 | Pattern rotation |