Forums

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

Home Forums JavaScript Instead of the classic ‘marquee’ tag, I would like to use jQuery; what functions do I need?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #32313
    jonibe
    Member

    The goal is to have a div slide horizontally in a loop. No space between. No interactivity needed. For now we’ve setup a page with good old marquee tag. But that is not a gap-less loop.

    Only extra on the whole page would be an infobox about the page displayed; but that’s relatively easy with

    onclick="jQuery(this).animate({height:'20px'},1000);"

    I’ve used AnythingSlider on a previous occasion, but before stripping it down to just this functionality and before getting myself to deep in the whole of jQuerry – i thought i’d ask. As i believe this is a relatively simple task.

    Here is the marquee version. Note that using marquee i cannot seem to close the gap between begin and end.
    ‘sea of tranquillity’

    I’ve also asked this question on Quora, but to no avail.

    As a side note; this is a small digital art-project using a photo we took at the exhibition ‘Sea of Tranquillity’ which accompanies the movie with that title. We would like to finish this digital work before showing it to the artist Hans Op de Beeck – Sea of Tranquillity

    Thanks for looking into this,

    Jon & Ibe

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.