mbostock / stack

A presentation library with intuitive, scroll-based navigation.
https://mbostock.github.io/stack/
Other
1.16k stars 163 forks source link

Hashes for bookmarking #7

Closed tmcw closed 11 years ago

tmcw commented 11 years ago

Support hash positions in stacks using location.hash and location.replace. Fixes #6

mbostock commented 11 years ago

Thanks for this!

Mind using "#" instead of '#'?

Also, probably want a hashchange listener?

tmcw commented 11 years ago

Cool, done - need another tweak so that the window location doesn't flash on every mousemove.

mbostock commented 11 years ago

Nice work!