Fix transition
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Willem Dantuma 2020-09-29 20:57:14 +02:00
parent 2fd109d967
commit 84d6f44e9b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
bottom:0;
opacity: 0;
background-color: #000000;
transition: opacity 0s ease-out 1s;
transition: opacity 0.3s ease-out;
pointer-events: none;
z-index:99;
}