Question

my webpage consits of a large svg drawing with embedded images and links.

The user shoud zoom in by clicking the mouse and moving the cursor to the right. this is similar to photosho cs5 zoom gesture.

How can I implement that gesture to zoom in the SVG picture using javascript? Possibly with libs raphael or jQuery SVG.

Was it helpful?

Solution

Check first example/demo in http://www.evanbyrne.com/article/super-gestures-jquery-plugin and this gallery http://random.friggeri.net/jquery-gestures/ maybe it will help you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top