Typewriter Effect with TextPlugin

gsap.registerPlugin(TextPlugin);				
gsap.to("#e-typewritter", {text:"typewriter effect with GSAP 3", ease:"power1.in", duration:2, repeat:-1, yoyo:true, repeatDelay:0.4, duration:3});