Skip to content

Instantly share code, notes, and snippets.

View bindy's full-sized avatar
🌴
On vacation

bindy bindy

🌴
On vacation
  • Tencent
  • Shenzhen
View GitHub Profile
.icon_mod_rock{
0%{transform:rotate(0deg)}
25%{transform:rotate(-10deg)}
50%{transform:rotate(0deg)}
75%{transform:rotate(10deg)}
100%{transform:rotate(0deg)}
}
@bindy
bindy / 0_reuse_code.js
Created October 9, 2013 02:30
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console