Usage
Props
Duration of the blur fade in animation.
Delay between child components to reveal.
Amount of blur to apply to the child components.
Specifies the vertical offset distance (yOffset) for the entrance animation.
A component to smoothly blur fade in content.
<BlurReveal
:duration="1"
:delay="1"
blur="10px"
:yOffset="20"
>
<p>Your content here</p>
</BlurReveal>