NexoreUIv1.4
InstallationComponents41IconsNexore MakeAI
Create ProjectSTUDIOGitHub
NexoreUI
41 comps
Create Project
Studio
Installation
Components Overview
40+
Icons
300+
Categories6 groups
Button
Input
Switch
Slider
Rating
File Upload
Card
Accordion
Tabs
Table
Stepper
Scroll Area
Navigation
Dock
Data Display
Thinking Indicator
AI
Tool Call Card
AI
Agent Status Pill
AI
Command
Theme: indigo
Studio
DocsBlur Fade

Blur Fade

Blur and fade entrance animations.

NextBox Reveal
On This Page
Quick Actions
Project Studio
New
Nexore Make (AI)Source on GitHub

Blur Fade

Animates children with a smooth spring blur and fade transition as they enter viewport.

Interactive Playground

Live CanvasInteractive
Animate Me!
Controls(5)
delay
number

Animation delay in seconds

duration
number

Animation duration in seconds

yOffset
number

Y-axis offset translation at start

blur
text

Starting CSS blur filter amount

once
boolean
Toggle state:

Trigger the viewport animation only once

Generated JSX
Source
import { BlurFade } from "nexoreui"

<BlurFade />

Default Blur Fade

Hello Beautiful World

component.tsx

Slow Motion Entrance

Slow Smooth Entry
component.tsx

Large Offset Animation

High Rise Entrance (yOffset = 40)
component.tsx

Heavy Starting Blur

Heavy Starting Blur (blur = 16px)
component.tsx

Staggered Card Grid

Box 1
Box 2
Box 3
Box 4
Box 5
Box 6
component.tsx

API Reference

PropertyTypeDefaultDescription
childrenReactNode-The elements to animate.
delaynumber0Time delay before trigger starts (in seconds).
durationnumber0.4Time duration of transition (in seconds).
yOffsetnumber6Distance in pixels the element translates from on Y-axis.
blurstring"4px"Starting CSS blur amount (e.g. "8px").
inViewbooleantrueWhether to trigger animation when the element is visible on screen.
oncebooleantrueTrigger the transition once only upon viewport entry.
marginstring"-50px"Intersection Observer offset threshold margin.