Integrated animations in the Waiting styles.sass
This commit is contained in:
parent
cdd68c0c61
commit
e940275b69
@ -17,10 +17,12 @@
|
|||||||
|
|
||||||
span
|
span
|
||||||
color: $primary
|
color: $primary
|
||||||
|
animation: rotateHue 5s linear infinite
|
||||||
|
|
||||||
.info-area
|
.info-area
|
||||||
padding: 1rem
|
padding: 1rem
|
||||||
width: 20rem
|
width: 20rem
|
||||||
|
animation: bounceIn 0.7s ease-out
|
||||||
|
|
||||||
h2
|
h2
|
||||||
margin: 0
|
margin: 0
|
||||||
@ -29,3 +31,10 @@
|
|||||||
span
|
span
|
||||||
color: $primary
|
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