Blur Reveal

A component to smoothly blur fade in content.

Install using CLI

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://inspira-ui.com/r/blur-reveal.json"

Install Manually

Copy and paste the following code

BlurReveal.vue

API

Prop NameTypeDefaultDescription
durationnumber1Duration of the blur fade in animation.
delaynumber1Delay between child components to reveal
blurstring10pxAmount of blur to apply to the child components.
yOffsetnumber20Specifies the vertical offset distance (yOffset) for the entrance animation.

Credits

  • Credits to Magic UI for this fantastic component.