Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 561 Bytes

File metadata and controls

23 lines (10 loc) · 561 Bytes

This module is for including typing effect in your website.

Steps to use this module:

install by typing "npm i typeitjs" in command line

open typing.js

In object named params, edit value of key 'strings' and add as many strings as you want to type. If you want continuous typing effect, leave value of key 'loop' as it is else make it false. Adjust typing speed and erasing speed in the same way.

Then give ID as 'output' to the HTML tag in which you want the typing effect.

Then include the script like this: <script src="typing.js"></script>