How to search a text-moving slide

0

I wonder what this type of effect is called. if they take a look summer texts going left on the right pair and vice versa but I already researched and I only think slides do not know how to make a search filter because I do not know what the name they give for this type of effect

    
asked by anonymous 24.09.2015 / 19:11

1 answer

1

The effect used on the site you referenced is done using the tag marquee . But be aware that it is deprecated and may not work in the current browsers .

An example of how it works:

<marquee direction="right" width="250" height="100" style="border:1px solid">
   Texto rolando
</marquee>

More information: link

    
24.09.2015 / 19:41