Skip to content

Instantly share code, notes, and snippets.

View peet's full-sized avatar
🧙
★°٭•゚.*。· ﴾ ⚛ ﴿ °.*•゚。☆

Peet peet

🧙
★°٭•゚.*。· ﴾ ⚛ ﴿ °.*•゚。☆
View GitHub Profile
@peet
peet / dabblet.css
Created February 9, 2012 00:12 — forked from LeaVerou/dabblet.css
Move in a circle or arc without wrapper elements
/**
* Move in a circle without wrapper elements
* Idea by Aryeh Gregor, simplified by Lea Verou
*/
@keyframes rot {
from {
transform: rotate(0deg)
translate(-150px)
rotate(0deg);