Open digitalpacman opened 10 years ago
after I apply $().zoomTarget() to an element, I need it removed sometime later. I tried $().trigger("zoomTarget.destroy") but that didn't work.
I do not not if this is the correct way to do this, but $('body').zoomTo() works for me
$('body').zoomTo()
after I apply $().zoomTarget() to an element, I need it removed sometime later. I tried $().trigger("zoomTarget.destroy") but that didn't work.