Simple Message
Pangram
Complex Message
Clear
Speed:
50ms
// Typewriter effect with GSAP TextPlugin
gsap.
to
(
'#typewriter'
, {
text:
message
,
duration:
2
,
ease:
'none'
,
onUpdate:
updateCursor
});