Skip to content

Instantly share code, notes, and snippets.

@eystein
eystein / dabblet.css
Created May 8, 2012 23:25 — forked from chriscoyier/dabblet.css
Fake animated pseudo
/**
* Fake animated pseudo
*/
div {
width: 200px;
padding: 10px;
position: relative;
background: red;
background-clip: content-box;
animation: bounce infinite alternate 0.5s;