Forums

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

Home Forums JavaScript slideDown/slideUp homepage content

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #184750
    Tell Stevens
    Participant

    I have a customer that wants to replicate the slide effect that is on the homepage of this website http://tonicsiteshop.com/. I can easily make it so that the next pages fade in nicely but I can’t seem to figure out how to make the homepage delay while the content slides out. Any ideas on how to do this w/ Javascript?

    #184808
    shaneisme
    Participant

    The site you linked to is a flash website. But you can do things like wait for all content to load and then run scripts, or just wait for a single image (like the background) to load.

    jQuery has the .load method. Maybe give that a try.

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