Usage
Props
Background color of the reveal box.
Duration of the reveal animation in seconds.
Delay before the reveal animation starts in seconds.
Additional CSS classes for custom styling.
An animated box reveal effect with customizable colors, duration, and delay.
<BoxReveal
color="#5046e6"
:duration="0.5"
:delay="0.25"
>
<h1>Your revealed content</h1>
</BoxReveal>