When a link is clicked on facebook, the top header bar doesn't flicker at all. I'm used to seeing this effect on pages where the content is loaded via ajax, but on Chrome, the url is changing, and, so far as I know, that means that a new page was loaded.
In javascript, I know the url can't be changed without a redirect, but the hashtag can, so I'm finding this very intriguing. I thought this might be something chrome does, where it loads a webpage before taking you off the previous one to create a seamless experience, so I tried it on Internet Explorer. On IE, the same effect is made, but this time the url doesn't change, just the hashtag. I tried on FireFox as well, and it changes the URL the same way chrome does.
What's going on here?