Skip to content

Instantly share code, notes, and snippets.

@tancredi
tancredi / boom.coffee
Last active December 30, 2015 23:49 — forked from adlawson/boom.js
module.exports = -> console.log '''
███████ ███████
████------████ ██
██------------██ ██
██------████████████ ██
██------████████████████ ██
██--████ ██████
████████ ██ ██ ██----██ ██████████████████████████████████████████████
██ ████ ██ ██ ██----██ ██ ██
(function () {
var requestAnimFrame = window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
window.oRequestAnimationFrame ||
window.msRequestAnimationFrame ||
function (callback) {
setTimeout(callback, 1000 / 60);
},
easing = {