Pixelated image reveal animation. Image dissolves from coarse pixels to clear after certain delay.
| Prop | Type | Default | Description |
|---|---|---|---|
| src | string | https://picsum.photos/800/600 | Image source URL |
| pxSteps | number[] | [40, 20, 10, 6, 4, 2, 1] | Pixelation steps array |
| triggerStart | string | "top+=20% bottom" | Scroll trigger start position |
| speed | number | 1.5 | Animation duration in seconds |
| intialDelay | number | 0.5 | Initial delay before animation |
| className | string | "" | Additional CSS classes |
| style | CSSProperties | {} | Inline styles |
| loop | boolean | true | Whether animation repeats |
| loopTimes | number | Infinity | Number of loop iterations |
| loopDelay | number | 3 | Delay between loop iterations |