I’d like to have a news ticker that scrolls from right to left that is easy to add a delete items.
It’d be ideal if I could use jQuery or raw JavaScript if I have to.
Is there a jQuery plugin or a way I can get a news ticker?
After research, I’ve noticed that a lot of them scroll from top to bottom and not from right to left.
The point of the news ticker is that it’s easy to add or remove items, and when you hover, the ticker stops and then resumes when the mouse is not over it.
Update
I’ve just found liScroll – http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html
http://htmlmarquee.com/ looks pretty good too
If you need a functionality like a Ticker, maybe Left to Right or Top to Bottom, you could simple use the html
marqueetag. Use javascript or jquery to update it’s content dynamically as you feed comfortable.You can also alter its motion behavior with
onmouseoverandonmouseoutevents, likeYou can play with this at htmlmarquee.com. Check it.
You can see other available options for motion control here.