mean animation text.you can try below codes.
1.Animation Left to Right
<marquee direction="left">Your text here....</marquee>
This show will like this:
2. Animation Right to Left
<marquee direction="right">Your text here....</marquee>
This show will like this:
3.Animation Down to Up
<marquee direction="up">Your text here....</marquee>
This show will like this:
4. Animation Up to Down
<marquee direction="down">Your text here....</marquee>
This show will like this: