Skip to content

Commit

Permalink
Added changeState Function
Browse files Browse the repository at this point in the history
Zoom can be enabled and disabled by calling the changestate function

changeState('enable');
changeState('disable');
  • Loading branch information
Andy committed Nov 12, 2013
1 parent ebb1f17 commit 81c2cc4
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 71 deletions.
2 changes: 1 addition & 1 deletion demo.html
Expand Up @@ -18,7 +18,7 @@ <h1>Basic Zoom Example</h1>
cursor: "crosshair",
zoomWindowFadeIn: 500,
zoomWindowFadeOut: 750
});
});
</script>
</body>
</html>

0 comments on commit 81c2cc4

Please sign in to comment.