I am trying to implement your library into my web page and I'm a trying to do it by having buttons that will enable zoom. Currently it is not working even when I am successfully adding the class name zoomTarget into the classlist of the element I want to zoom. Below is the code I'm working on.
var item = document.getElementsByClassName("item");
function zoom(){
for(let i = 0; i
I am trying to implement your library into my web page and I'm a trying to do it by having buttons that will enable zoom. Currently it is not working even when I am successfully adding the class name zoomTarget into the classlist of the element I want to zoom. Below is the code I'm working on.
var item = document.getElementsByClassName("item"); function zoom(){ for(let i = 0; iSorry, I haven't updated or even tested the library in almost a decade so cannot help you on this.