Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Vertical, looping news ticker? Re: Vertical, looping news ticker?

#62849
Oskar
Participant

Sorry, I should have expressed myself more clearly. What I need is ideas to how this could be solved. I think I should be able to code most of it myself once I get the idea.

Let’s take a simple unordered list as example. It needs to:

– Continuously scroll li-elements up
– When a li is scrolled out of view it should be moved to the bottom e.g. save .html() to a var and append it.

.. and nothing else really? Only difference from most sliders is that it needs to show several elements at a time – not just one.