Forums

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

Home Forums CSS setTimeout with fadeIn & fadeOut? Help Needed Please

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #39308
    Rugg
    Participant

    Howdy all,

    I’m using the bit of JS below to redirect an HTML page to another page after 2.5 seconds. The transitions are a bit harsh though and I am looking to integrate a fadeIn / fadeOut to the script. Please excuse my ignorance…this seems fairly easy, but I cant seem to solve it. Any help is much appreciated. Cheers.

    setTimeout(function() {
    window.location.href = "work.html";
    }, 2500);
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.