See this page: http://goo.gl/X3tjr
When you click a post, the post animates in and the URL hash changes. The problem is when going back, I would like a smooth animation back to the same position the user was when he clicked the post. Right now, it just jumps back to the position, and it just doesn't look good.
I read this question: Prevent browser from snapping to previous scroll position when pushing back button
But my situation is a little different because the page doesn't actually reload (the hash just disappears).
Is it possible to get rid of the auto-scroll?