Integrated animations in the Waiting styles.sass
This commit is contained in:
parent
cdd68c0c61
commit
e940275b69
@ -17,10 +17,12 @@
|
||||
|
||||
span
|
||||
color: $primary
|
||||
animation: rotateHue 5s linear infinite
|
||||
|
||||
.info-area
|
||||
padding: 1rem
|
||||
width: 20rem
|
||||
animation: bounceIn 0.7s ease-out
|
||||
|
||||
h2
|
||||
margin: 0
|
||||
@ -28,4 +30,11 @@
|
||||
margin-bottom: 0
|
||||
span
|
||||
color: $primary
|
||||
font-weight: 800
|
||||
font-weight: 800
|
||||
|
||||
|
||||
@keyframes rotateHue
|
||||
0%
|
||||
filter: hue-rotate(0deg)
|
||||
100%
|
||||
filter: hue-rotate(360deg)
|
Loading…
x
Reference in New Issue
Block a user