Fix transition
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma 2020-09-29 20:57:14 +02:00
parent 2fd109d967
commit 84d6f44e9b

View File

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