Forums

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

Home Forums JavaScript Smooth page transition from the homepage to an inner page

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

    I have recently discovered this website and I find the followinf asoect of it remarkable:

    If, from the homepege, you click one of the “view case” links in the carousel, the new URL does not load in a classic, “abrupt” manner. Instead, this happends very smoothly.

    How did they do that? What is the easiesyest way to do the same?

    #273932
    Shikkediel
    Participant

    You can manipulate the web address with JS’s history and pushState() without reloading the page.

    http://blog.teamtreehouse.com/getting-started-with-the-history-api

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