If html works, you can try these:
<div style="width:100%;filter:blur(Add=0, direction=90, strength=5)">blablabla</div> (blur the text)
<marquee behavior="scroll" scrolldelay="50">blablabla</marquee> (scroll)
<marquee behavior="alternate" scrolldelay="50">blablabla</marquee> (scroll)