work off today
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -9,17 +9,19 @@
|
||||
font-weight: bold
|
||||
font-size: 1.4
|
||||
z-index: 8976
|
||||
+animation(flashMessageInactive 0.5s)
|
||||
animation-name: flashMessageInactive
|
||||
animation-duration: 0.5s
|
||||
&.active
|
||||
+animation(flashMessageActive 0.5s)
|
||||
animation-name: flashMessageActive
|
||||
animation-duration: 0.5s
|
||||
right: 20px
|
||||
|
||||
+keyframes(flashMessageActive)
|
||||
@keyframes flashMessageActive
|
||||
from
|
||||
right: -440px
|
||||
to
|
||||
right: 20px
|
||||
+keyframes(flashMessageInactive)
|
||||
@keyframes flashMessageInactive
|
||||
from
|
||||
right: 20px
|
||||
to
|
||||
|
||||
Reference in New Issue
Block a user