diff --git a/content/poet-and-mystic/009.html b/content/poet-and-mystic/009.html index 73dbc88..6142153 100644 --- a/content/poet-and-mystic/009.html +++ b/content/poet-and-mystic/009.html @@ -20,6 +20,30 @@ svg { stroke: currentColor; stroke-width: 5px; } + @keyframes spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } + } + #sept1 { + transform-origin: 105px 137.6px; + animation-name: spin; + animation-duration: 49s; + animation-iteration-count: infinite; + animation-direction: normal; + animation-timing-function: linear; + } + #sept2 { + transform-origin: 105px 137.6px; + animation-name: spin; + animation-duration: 21s; + animation-iteration-count: infinite; + animation-direction: reverse; + animation-timing-function: linear; + } @@ -76,6 +100,7 @@ svg { + @@ -106,6 +131,8 @@ svg { d="M 930.613,500 360.631,954.545" /> + + @@ -136,6 +163,7 @@ svg { d="M 930.613,500 44.315,702.292" /> +