decrease fadeout duration

This commit is contained in:
Lukas Fülling 2019-02-13 19:31:55 +01:00 committed by Alexandre Aubin
parent 356a53de52
commit 40e78b6b0a

View file

@ -140,8 +140,8 @@ body {/*overflow-y: scroll;*/}
.ynh-fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}