Skip to content

Instantly share code, notes, and snippets.

@GoharKhan
GoharKhan / dabblet.css
Created October 3, 2014 07:28 — forked from LeaVerou/dabblet.css
Pounding heart animation
/* Pounding heart animation */
@keyframes pound {
from, to { transform: none; }
50% { transform: scale(1.4); }
}
.heart {
display: inline-block;
font-size: 150px;