Comment on Show HN: Explore tilings of the hyperbolic plane by moving the mouseparentComments−tim_huttonOP11ySure. Download the index.html and run it locally. Comment out line 259: //setInterval( animate, 20 );−akjetma11yin the inspector,for (var i=1; i<99999; i++) clearInterval(i);or, in this case,clearInterval(1);works
Comments
Sure. Download the index.html and run it locally. Comment out line 259: //setInterval( animate, 20 );
in the inspector,
or, in this case,
works