Popular Search Terms WordPress ThemesPluginWeb Design

To create a neat typed text effect, you need to use the following markup

<span class="typed-text-js" data-typed-text-strings="Business|Agencies|Bloggers|Creatives" data-typed-text-speed="140"></span></p>

The key part is the span is given the class “typed-text-js”, this will trigger the JS needed for the effect. You also need to be sure to supply a set of strings (texts) for the effect to display, be sure to supply them in the exact pipe delimitered format you see in the example above

data-typed-text-strings="Business|Agencies|Bloggers|Creatives"

Finally, you can control the speed of the effect by adjusting the “data-typed-text-speed” value – the lower the number, the quicker the effect.