Skip to content
Snippets Groups Projects
Commit 621f1c99 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: add ease in out on spinner background

parent 63fd2b03
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ button .mat-progress-spinner circle, button .mat-spinner circle {
.spinner-background {
background-color: rgba(255, 255, 255, 0.66);
min-height: 100px;
animation: from-transparent-background-color 0.5s;
animation: from-transparent-background-color 0.5s ease-in-out;
}
@keyframes from-transparent-background-color {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment