| staticText | string | "Design" | The static text that appears before the animating loop. |
| rotatingTexts | string[] | ["Limitless", "Timeless", "Flawless"] | The list of words to cycle through. |
| className | string | "" | Additional CSS classes for the container. |
| interval | number | 3000 | Time in milliseconds between word changes. |
| transition | Transition | { duration: 0.8, ease: "easeInOut" } | Motion transition object for the animation. |
| staticTextClassName | string | "" | Additional CSS classes for the static text. |
| rotatingTextClassName | string | "" | Additional CSS classes for the rotating text (use to override gradient). |
| backgroundClassName | string | "" | Additional CSS classes for the background gradient box. |
| cursorClassName | string | "" | Additional CSS classes for the cursor line (width, color). |