Gradient Wave Text
Apply a dynamic gradient wave effect to your text with customizable colors, directions, and animation types for a vibrant, interactive experience.
Overview
The GradientWaveText
component creates a visually striking text effect by applying a moving gradient background. This effect adds an animated, wave-like transition to the text, enhancing the visual appeal and interactivity.
It is highly customizable with options for color gradients, animation directions, durations, hover effects, and more.
Preview
Default Gradient Wave
Usage
Code
Example
Custom Colors Gradient
Custom Colors
Vertical Gradient
Vertical Wave
Hover Effect Gradient
Hover Me
Animation speed
Animation speed
Radial Gradient
Radial Gradient
Custom Easing
Ease In Out
Preset Theme
Ocean Theme
Props
Prop | Type | Default |
---|---|---|
text | string | - |
direction | "to-r" | "to-b" | "to-br" | "circle" | "to-r" |
fromColor | string | - |
viaColor | string | - |
toColor | string | - |
duration | number | 5 |
hoverEffect | boolean | false |
className | string | - |
gradientType | "linear" | "radial" | "linear" |
textStroke | boolean | false |
easing | "linear" | "easeIn" | "easeOut" | "easeInOut" | "linear" |
theme | "default" | "ocean" | "sunset" | "forest" | "default" |
animationType | "wave" | "pulse" | "shimmer" | "wave" |
as | ElementType<any, keyof IntrinsicElements> | "div" |