index.html 1.0 KB

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