reactbits-animation
Version:
A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.
9 lines • 351 B
TypeScript
declare const LetterGlitch: ({ glitchColors, glitchSpeed, centerVignette, outerVignette, smooth, }: {
glitchColors: string[];
glitchSpeed: number;
centerVignette: boolean;
outerVignette: boolean;
smooth: boolean;
}) => import("react/jsx-runtime").JSX.Element;
export default LetterGlitch;
//# sourceMappingURL=LetterGlitch.d.ts.map