1
0

Integrated animations in the Waiting styles.sass

This commit is contained in:
Mathias Wagner 2023-11-19 15:51:33 +01:00
parent cdd68c0c61
commit e940275b69
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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)