jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

4 directional keyboard movement #46

Closed buddyboss closed 12 years ago

buddyboss commented 12 years ago

I am building a website that will require users to be able to move up, down, right, and left using the arrow keys on the keyboard. Currently I only see the option to move in two directions (up/back to Prev, down/forward to Next).

I would like to be able to navigate like this: http://lab.hakim.se/reveal-js/#/1

Is it possible?

sokra commented 12 years ago

take a look at this example: http://sokra.github.com/jmpress.js/examples/cube/

buddyboss commented 12 years ago

Wow that helps. I'll play with that code and see if I can get it to work. Thanks.