Animations
WordPullUp
Words animate up and fade in staggered when entering the viewport.
Quick Preview
Build
products
your
users
will
love
Installation
npm install framer-motion
// Copy component fromsrc/components/animations/WordPullUp.tsx
Usage
import WordPullUp from '@/components/animations/WordPullUp'<WordPullUpwords="Your headline text here"className="text-5xl font-bold"duration={0.5}delay={0.08}/>
Examples
Colored Words
Design
Build
Ship
Repeat
Slow Reveal
Every
word
lands
with
purpose
and
weight
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
words* | string | - | Space-separated text to animate |
delay | number | 0 | Base delay before first word |
duration | number | 0.5 | Duration per word |
once | boolean | true | Only animate once |
className | string | - | Container classes |
wordClassName | string | - | Per-word span classes |