Items inside a list are shown one at a time in a continuous loop.
Retrieving news via AJAX is also supported.
A fade effect is used to transition between news stories.
Links to the documentation and demo page can be found on top of the plugin's source code.
Requirements:
· JavaScript enabled on client side
· jQuery JavaScript Library
Limitations:
· May see all of the items in the ticker before the function is applied. The developer can get around this by adding the CSS above to the ticker container. However, that will result in the items not being readable (due to overlaying each other) when JavaScript is disabled.
· If hovering over a news ticker item while an animation is in progress, it is not paused.
What's New in This Release: [ read full changelog ]
· Bug fixes (multiple tickers on pages should work fine now) and examples of adding a news ticker dynamically.