Carregando…
Carregando…
Carregando…Self-contained noise texture (SVG feTurbulence data URI) that shifts in discrete steps — adapted from cuicui.day. Absorbed by Noise Background.
Animated Noise — ruído que se desloca em steps sobre qualquer fundo
$ npx kikitocn add animated-noise@/lib/utilsimport { AnimatedNoise } from "@/components/ui/cn/animated-noise/AnimatedNoise";
export function AnimatedNoiseExample() {
return (
<AnimatedNoise />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
opacity | number | 0.15 | Opacidade da textura |
backgroundSize | string | '400px' | background-size do tile SVG |
animated | boolean | true | Liga o deslocamento em steps; false = ruído parado |
className | string | — | Classes CSS extras |