Skip to content

Instantly share code, notes, and snippets.

View molokoloco's full-sized avatar
💭
I'm available! Hire me!

Julien Guézennec molokoloco

💭
I'm available! Hire me!
View GitHub Profile
@molokoloco
molokoloco / anim.js
Last active August 29, 2015 14:16
JS animations techniques
// Simple anim
var fps = 1000/60;
var tick = function () {
// animate something
if (notFinish) setTimeout(tick, fps);
};
tick();
// Cross-browsers "requestAnimationFrame"

Keybase proof

I hereby claim:

  • I am molokoloco on github.
  • I am molokoloco (https://keybase.io/molokoloco) on keybase.
  • I have a public key whose fingerprint is 5CC7 4760 5CCB 7447 B98B 49DB 2B3F 02DB 3386 3FDC

To claim this, I am signing this object: