Everyday we stray further from god's light.
Animating URLs with JavaScript and Emojis
171–173 of 173 posts
Re: Animating URLs with JavaScript and Emojis
#172Earlier quoted context omitted.
you can use replaceState for that and back will work fine
I didn't really look at the code, mostly because I just found the idea interesting as I hadn't considered it. Kind of surprised that it's not using the history api to replace the hash.
He explains in the article that he couldn't do it with History API since it is throttled by the browsers.
Re: Animating URLs with JavaScript and Emojis
#173Niiice! I did a similar goof with http://caust.in/urler/ a couple of years back but I love the useful applications.