Comment on Show HN: Explore tilings of the hyperbolic plane by moving the mouseComments−ozh11yMesmerizing. I wish I could stop the spinning though.−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
Mesmerizing. I wish I could stop the spinning though.
Sure. Download the index.html and run it locally. Comment out line 259: //setInterval( animate, 20 );
in the inspector,
or, in this case,
works