work off today

This commit is contained in:
2020-02-25 11:09:27 -05:00
parent da2ba6230d
commit 8740300b9a
34 changed files with 657 additions and 662 deletions
@@ -1,7 +1,9 @@
// spin-rotate is currently used when clicked on a section-element in a section view
.spin-rotate
+animation(spinRotate 2s)
+keyframes(spinRotate)
//animation(spinRotate 2s)
animation-name: spinRotate
animation-duration: 2s
@keyframes spinRotate
from
transform: rotate(0deg)
to