PrismLink UI

Blur Animations

Blur transition component for smooth reveal animations, powered by Framer Motion.

BlurIn

Animates children by transitioning from a blurred to clear state with fade effect.

Preview

Blur In Animation

import { BlurIn } from "@prismlinkapp/ui/animations/blur";
 
<BlurIn variant="h1" duration={1.5}>
  Blur In Animation
</BlurIn>;

Options

PropTypeDefaultDescription
childrenReactNodeRequiredContent to animate with blur effect
classNamestring""Additional CSS classes to apply to wrapper element
variant"p" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div" | "span""h1"HTML element type to render as wrapper
durationnumber1Animation duration in seconds

On this page