Docs / Components / Text Generate Effect

Text Generate Effect

A text component with a blur effect when it comes into view.

Ifyoucleanavacuumcleaner,youbecomeavacuumcleaner

Installation

Run the following command in your terminal to add the component to your project:

1npx rankflow-ui@latest add text-generate-effect

Props Reference

PropTypeDefaultDescription
textstring'If you clean a vacuum cleaner, you become a vacuum cleaner'The text to display.
childrenstring'If you clean a vacuum cleaner, you become a vacuum cleaner'The text to display.
classNamestring''Additional CSS classes.
delaynumber0Delay before the animation starts.
wordDelaynumber0Delay between words.
oncebooleantrueWhether the animation should only play once.