Ready to decode...
Simple Text
Enthusiastic
Matrix Style
Futuristic
Reset
Speed:
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
}
});