Skip to content

Instantly share code, notes, and snippets.

@standino
standino / dabblet.css
Created December 18, 2018 10:14 — forked from csssecrets/dabblet.css
Animation along a circular path - Solution 2
/**
* Animation along a circular path - Solution 2
*/
@keyframes spin {
from {
transform: rotate(0turn)
translateY(-150px) translateY(50%)
rotate(1turn)
}