How do I duplicate the presentation functionality for HTML5Rocks.com?
When you go to http://slides.html5rocks.com/ you can see the entire presentation (with a previous and next slide peeking from the sides - all while it is relative to the screen size of the user).
How do I do that with jQuery + HTML5? I just want to have a bunch of images (think a photo gallery) that can be cycled through like that. When you are on the current image, you see the previous and next images peeking from the sides. Also allow the user to go to the next/previous slide w开发者_如何学Goith the keyboard.
It would also be cool to be able to adjust it using the same commands (ctrl/command + '+/-') for zooming.
I am very impressed with the simplicity/power of the jQuery UI Tools -
http://flowplayer.org/tools/demos/scrollable/gallery.html
They do almost everything you want (and I'd be surprised if there isn't some way in the tool kit to do the key commands - if not, use this: http://code.google.com/p/js-hotkeys/)
精彩评论