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