TolgaTatli / Halve

Stylish Two-Column Jekyll Theme
https://tolgatatli.github.io/Halve/
MIT License
290 stars 357 forks source link

Fixed canvas.js #30

Closed azharichenko closed 7 years ago

azharichenko commented 7 years ago

There was an issue with using the theme where eventually the page crashes, and this was due to the dots array in canvas.js being endlessly pushed with new dots. This eventually crashes page due to using a lot of memory for no reason. I simply added a new function to create dots and change the createDots to animateDots. (Also the js has been compressed hence why names in the file are simple)