Skip to content

Instantly share code, notes, and snippets.

View omidgharib's full-sized avatar
🎯
Focusing

Omid Gharib omidgharib

🎯
Focusing
View GitHub Profile
@omidgharib
omidgharib / dabblet.css
Created December 25, 2013 11:57 — forked from LeaVerou/dabblet.css
Image interpolation demo
/* Image interpolation demo
WebKit-only at the time (April 2012)
*/
@keyframes browsers {
20% { background-image: url('http://lea.verou.me/css-4d/img/chrome-logo.png'); }
40% { background-image: url('http://lea.verou.me/css-4d/img/safari-logo.png'); }
60% { background-image: url('http://lea.verou.me/css-4d/img/opera-logo.png'); }
80% { background-image: url('http://lea.verou.me/css-4d/img/ie-logo.png'); }
}
These are useful WordPress functions