zoomooz
zoomooz copied to clipboard
Easy creation of a zoom back button
First thanks for the awesome plugin, i have a div with 300px height that contains the zoomTarget, however i want to prevent my user to zoom back when clicking anywhere inside the zoomTarget div by using return false, after animation done. and i want to create a button somewhere for them to click then now they can zoom back, how can i do that?
Currently, you can do this only by using the javascript-code to control yourself the zooming and assigning mouse events for it. This requires, however, some javascript knowledge.