Hacker News new | ask | show | jobs
by alangpierce 2619 days ago
It actually just updates window.location.hash instead, which does cause a flood of history entries (looks like just one per distinct animation state, though, at least in Chrome). See the "One Last Thing" section near the bottom of the article for the rationale. See the inline code snippets in the article, or view source for wavyurl.com to see the actual code used.
1 comments

At least in Safari, history.replaceState() still pollutes the browser history, all it does is avoid breaking the back button.