jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

closeclick not working #119

Open Abarth77 opened 7 years ago

Abarth77 commented 7 years ago

var settings = { targetsize: 0.8, scalemode: "both", duration: 450, easing: "ease-in", nativeanimation: true, root: getThisParent, debug: false, animationendcallback: null, closeclick: true, preservescroll: false }

This won't allow me to click the object again, and thereby zoom out.