UNPKG

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.

12 lines 338 B
interface TrueFocusProps { sentence?: string; manualMode?: boolean; blurAmount?: number; borderColor?: string; glowColor?: string; animationDuration?: number; pauseBetweenAnimations?: number; } declare const TrueFocus: React.FC<TrueFocusProps>; export default TrueFocus; //# sourceMappingURL=TrueFocus.d.ts.map