Auto Tying
Animates text to copy the behaviour of auto typing
This is a Typography component that creates the effect of auto typing anywhere it is placed. Like every other component, it is imported like so :
The Auto typing component accepts two properties, values
and speed
. The values
props accepts an array of strings. The strings are the words to be used in the auto-typing. The speed props accepts a number. This number is used to control the typing speed.
The speed is in milliseconds (ms). An ideal speed rate will be 100ms.
The auto-typing component comes the a default black-colored text with no styling. To style this component, simply wrap it with an HTML tag and style the tag.
Last updated
Was this helpful?