Skip to main content

Typed Js

Typed.js is a library that types. Enter in any string, and watch it type at the speed you've set, backspace what it's typed, and begin a new sentence for however many strings you've set..

Installation

Add script right before closing </body> tag, and initialize Typed.js

            
              <!-- Plugin js -->
              <script src="src/plugins/typed.js/lib/typed.min.js"></script>

              <!-- Theme js -->
              <script src="src/js/theme.js"></script>
            
          

If you want to remove Typed.js editing theme.js in this function myTyped();


Example


Template for



How to use

You can set text with editing this code data-options='{"strings": ["Apps", "StartUp", "Company", "Portfolio"]}' and initializes the plugin with this code data-toggle="typed"

            
              <p>Template for <span data-toggle="typed" data-options='{"strings": ["Apps", "StartUp", "Company", "Portfolio"]}'></span></p>
            
          

For complete documentation read in here