I am looking to create a rotating text effect inside a div that scrolls from top to bottom in a continuous loop.
I came across a solution that achieves this effect using CSS3 at the following link: Link
The issue I'm encountering is that the scrolling doesn't work in Internet Explorer versions prior to IE10 due to lack of CSS3 support. Is there an alternative solution, such as a plugin or adjusting margins with JavaScript, that would produce the same result as the CSS3 example linked above?