Text Animation
The Text Animation component simplifies animating text by automatically splitting it into individual words or characters, allowing for dynamic effects without manual wrapping.
Last updated
Was this helpful?
The Text Animation component simplifies animating text by automatically splitting it into individual words or characters, allowing for dynamic effects without manual wrapping.
Last updated
Was this helpful?
Let's say you want to animate one letter at a time - instead of having to manually wrap each letter in an , you can simply wrap a text instance (like a heading) in the Text Animation component.
The Text Animation component handles splitting the text under the hood, making it easy to prepare text for animation.
You can split text by:
Spaces (enabling you to animate each word)
Characters (enabling you to animate each letter)
#
~
Here's an example of what happens automatically under the hood.
If you wrap a heading component that outputs the following HTML:
in a Text Component and split the text by spaces, it will appear as:
Now the parent Animation Group can effectively target each word individually.
Animations are currently in closed beta for testing. Reach out in Discord if you want to join.