Transform Text
Scale and rotate animations for dynamic text transformation effects
Scale Animation
Scale animation
Rotate Animation
Rotate animation
Props
Prop | Type | Default | Description |
---|---|---|---|
text | string | - | Text to animate |
animation | AnimationType | "fadeUp" | Type of animation to apply |
className | string | - | Additional CSS classes |
delay | number | 0 | Initial delay before animation starts (seconds) |
duration | number | 0.5 | Duration of each character animation (seconds) |
staggerDelay | number | 0.03 | Delay between each character (seconds) |
by | "character" | "word" | "character" | Split text by characters or words |
once | boolean | true | Animate only once when in view |