var tl = new TimelineMax();
mySplitText = new SplitText("#txt", {type:"words,chars"}),
chars = mySplitText.chars;
tl.staggerFrom(chars,0.4, {
opacity:0,
textShadow:"0px 0px 15px white",
color:"none",
ease: Power0.easeNone
}, 0.1, "+=0.1");
<div id="txt">
Text blurred effect
</div>
Text blurred effect
</div>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.