Animated Bouncing Text
Each letter bounces on hovering.
General Use
- Interactive Headers
- Welcome Messages
- Brand Identity
- Personal Blogs or Portfolios
- Event Promotion
- Highlighting Key Information
Dependencies Installation
Code
copy the source code in components/ui/AnimatedText.tsx
You can call the above Function in your files as
Props Input Table
The AnimatedText
component accepts the following props:
Prop | Type | Default |
---|---|---|
text | string | "" |
Prop Descriptions
- Prop: The name of the property.
- Type: The type of the property (e.g.,
string
). - Default: The default value of the property if none is provided.
This table helps users understand what props are available for customization and their default values.
By referring to this table, you can easily see what properties are configurable for the AnimatedText
component and their default settings. Adjust the text
prop to customize the animated text display in your application.