Ready to decode...
1.5s
// Scramble text effect with custom scramble characters
gsap.to('#scrambleText', {
  text: newText,
  duration: 1.5,
  ease: 'power2.out',
  scrambleText: {
    chars: '!@#$%^&*()+',
    speed: 0.3
  }
});