开发者

SVG: zoom gesture with javascript

开发者 https://www.devze.com 2023-01-26 21:40 出处:网络
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 c

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消