We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fea7a9f + c843c30 commit da21ed3Copy full SHA for da21ed3
1 file changed
site/styles.css
@@ -88,7 +88,7 @@ body {
88
.multi-color {
89
background-image: linear-gradient(90deg, var(--cyan), var(--blue-deep), var(--pink));
90
background-size: 200% auto;
91
- animation: gradientShift 5s linear infinite;
+ animation: gradientShift 3s ease-out forwards;
92
}
93
94
@keyframes gradientShift {
0 commit comments