Skip to content

Instantly share code, notes, and snippets.

@oflow
Created June 16, 2017 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oflow/277a7f4d6c61bf9a15778f9ea619a2fe to your computer and use it in GitHub Desktop.
Save oflow/277a7f4d6c61bf9a15778f9ea619a2fe to your computer and use it in GitHub Desktop.
ζ–°γ—γ„πŸ£γ€€γγ‚Œγ―γ‚¨γƒ’γƒΌγ‚·γƒ§γƒŠγƒ«γ«ε›žθ»’γ™γ‚‹
/* ε›žθ»’πŸ£
*
* https://twitter.com/oflow/status/875568672021987329
*
*/
.HeartAnimation:before {
content: '🍣' !important;
display: inline-block !important;
}
.favorited .HeartAnimation:before {
animation: kururi 1s ease !important;
}
@keyframes kururi {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.HeartAnimation {
background-image: none !important;
transform: translate(-50%, -1.5%) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment