Skip to content

Commit 268094b

Browse files
authored
Merge pull request #18 from mschmidt712/master
Animation Changes.
2 parents f0c7e1b + ff8249b commit 268094b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

applications/kr8sswordz-pages/src/styles/molecules/_instance-box.scss

+2-5
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,16 @@
1414

1515
&.active {
1616
background-color: $kubernetes-blue;
17-
animation: fadein ease-in;
18-
animation-direction: alternate;
17+
animation: fadein;
1918
animation-duration: 1s;
2019
}
2120
}
2221

2322
@keyframes fadein {
2423
from {
2524
background: $highlight-green;
26-
opacity: 0.5;
2725
}
2826
to {
29-
background: $highlight-green;
30-
opacity: 1;
27+
background: $kubernetes-blue;
3128
}
3229
}

0 commit comments

Comments
 (0)