+ 6
How do I make letter animations were some text write as the code is runed
5 Respuestas
+ 5
A typing animation?
With CSS, you could set an animation property and use the steps function as value. Examples:
1) https://code.sololearn.com/WygoXXDJOoZY/?ref=app
2) https://code.sololearn.com/Wl5JnNxXJtW2/?ref=app
With JavaScript, you could store a string in a variable, and then with a setInterval function and charAt function call each letter of the string that's saved in the variable. Example:
1) https://code.sololearn.com/WlSvv9FSVT65/?ref=app
+ 4
thank you
+ 2
you're welcome Latudanee 👍😊
0
I am suggesting that try to use typed.js. A very unique way of writing text animation.
https://github.com/mattboldt/typed.js/
GitHub - mattboldt/typed.js: A JavaScript Typing Animation Library