Add the .typed class on the element you want to add the typing animation. Also, make sure to add a unique id for each typed instance on your page.
After that, use data-type-this="word-1, word-2, word-3" to create an array with the words needed to be used in the animation.
Heads up! Typed animation will automatically pause when out of viewport so the line break doesn’t affect the page’s height. It resumes once it is visible to the user again.
<h5class="m-0">
This is why I need
<spanclass="text-info typed"id="type-example"data-type-this="creativity., imagination., energy., inspiration.">creativity.</span></h5>