forked from bumbu/svg-pan-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (43 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1>Demos for svg-pan-zoom</h1>
<ul>
<li>
<a href="./demo/embed.html">embed</a>
</li>
<li>
<a href="./demo/img.html">img</a> (svg-pan-zoom will not work with 'img' elements)
</li>
<li>
<a href="./demo/inline.html">inline</a>
</li>
<li>
<a href="./demo/multi-instance.html">multiple inline</a>
</li>
<li>
<a href="./demo/object.html">object</a>
</li>
<li>
<a href="./demo/custom-controls.html">Custom controls</a>
</li>
<li>
<a href="./demo/resize.html">Resize SVG container on document resize</a>
</li>
<li>
<a href="./demo/mobile.html">Custom events: Touch events support: pan, double tap, pinch</a>
</li>
<li>
<a href="./demo/custom-event-handlers.html">Custom events: Enable zooming only on click, disable on mouse out</a>
</li>
<li>
<a href="./demo/limit-pan.html">Limit pan</a>
</li>
<li>
<a href="./demo/simple-animation.html">Pan animation</a>
</li>
</ul>
</body>
</html>