Typed text
Enter in any string and watch the text as it types and backspaces at the set speed.
Usage
This a typed
Add the class .typed
and data-typed-text
attribute to create typed text. Within data-typed-text
separate the typed text with ###
special characters.
JavaScript
<!-- Vendor Javascripts -->
<script src="../assets/vendor/typed.js/lib/typed.min.js"></script>
Attributes
data-typed-loop
: default value istrue
data-typed-speed
: default value is100
data-typed-back-speed
: default value is50
data-typed-back-delay
: default value is1000
data-typed-start-delay
: default value is0
data-typed-cursor
: default value is""
For more Details see Typed.js Documentation