Noise
A component that renders a dynamic noise effect.
Pumki UI
NOISE
Installation
Usage
import Noise from '@/components/pumki-ui/animations/noise.tsx';<Noise />Props
| Prop | Type | Default | Description |
|---|---|---|---|
patternSize | number | — | Defines the size of the grain pattern. |
patternScaleX | number | — | Scaling factor for the X-axis of the grain pattern. |
patternScaleY | number | — | Scaling factor for the Y-axis of the grain pattern. |
patternRefreshInterval | number | — | Number of frames before the grain pattern refreshes. |
patternAlpha | number | — | Opacity of the grain pattern (0-255). |
Last updated on