From 3fc7a0b662c312e1bd766bf0039b18fae9b879c7 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Tue, 27 Aug 2019 19:03:13 -0700 Subject: [PATCH] But what if, and here me out here...it spun? --- content/poet-and-mystic/009.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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" /> +