Typed Text
A neat decorative text feature that simulates typing out a number of specified words housed in a data attribute.
I’m Angelina Doe, Web Designer & Good at
This effect requires a .typewrite
class and data-type
attribute. data-period
attribute is optional. The data-type attribute should contain a list of strings to type separated by commas.
<h6 class="title">I’m Angelina Doe, Web Designer & Good at <span class="text-info-gradiant typewrite" data-period="2000" data-type='[ "Photoshop", "HTML", "CSS3", "Angular CLI" ]'></span></h6>