Last 12 weeks · 0 commits
1 of 6 standards met
Repository: cassidoo/cassidoo-v3. Description: My personal website Stars: 15, Forks: 8. Primary language: HTML. Languages: HTML (73.7%), JavaScript (21.6%), CSS (4.7%). Homepage: http://cassidoo.co Open PRs: 0, open issues: 0. Last activity: 10y ago. Community health: 28%. Top contributors: cassidoo, yeldarby, elicwhite, tejasmanohar.
Nice site! Pretty fun to play with :) I was thinking the dots animation looked a little choppy so I had a look at your code. Looks like you were only running the draw loop every 60 ms rather than every 16 which was only giving you a frame rate of 17 frames per second. Changing that to 16 ms should get you a much smoother animation. Really though if you get a chance you should look into using for your draw loop. You can read more about that here: http://www.paulirish.com/2011/requestanimationframe-for-smart-animating/