Typewriter effects using the most versatile JavaScript tool | TYPEIT | WPcraft.in

TypeIt is the most versatile JavaScript tool for creating typewriter effects on the planet. With a straightforward configuration, it allows you to type single or multiple strings that break lines, delete & replace each other, and it even handles strings that contain complex HTML. 

Setup & Installation


#1  Load the script with a script tag (a CDN link is available).
<script src="https://cdn.jsdelivr.net/npm/typeit@7.0.4/dist/typeit.min.js"></script>
 
#2  Choose an element to target, define what to type, pick your other options.

new TypeIt("#element", {
  strings: "This is my string!",
  speed: 75,
  loop: true
}).go();
 
 
Read full documentation on https://typeitjs.com/docs

 
See Demo of a Duda custom widget: 


 

 

Post a Comment

0 Comments