Docs
Blur Reveal
Blur Reveal
A text component that reveals its content with a smooth blur-to-focus animation, activated by default when the text enters the viewport.
Loading...
Installation
Props
Prop | Type | Description | Default |
---|---|---|---|
className | String | The class name for the component, allowing for custom styling. | - |
delay | Number | The delay before the animation starts, in seconds. | 0 |
duration | Number | The duration of the reveal animation in seconds. | 1 |
children | React.ReactNode | The content inside the component, typically text, which will reveal with a blur effect. | undefined |