Forums

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

Home Forums JavaScript I need to have a logo fade in then fade out for the ‘landing page’ of a website

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30171

    I am trying to build a site that has a logo fade in then out, then the home page fades in when you first visit the site, is there a way to do this without flash? and what is the best practice?

    Thanks so much for any advice

    Regards

    #80420
    TheDoc
    Member

    Sounds like a job for some Javascript – though I don’t have the knowledge to help you out with any code.

    Some sort of fade in logo, check to see if page has loaded, once page has loaded (or after a certain amount of time) fade out logo and show home page. I’m pretty sure JS can do that.

    #80572
    keikawaguchi
    Member

    Use JQUERY .fadein .fadeout, it’ll be like 8 lines of code. =]

    http://api.jquery.com/fadeIn/

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