decrease fadeout duration

This commit is contained in:
Lukas Fülling 2019-02-13 19:31:55 +01:00
parent 6dd06e8326
commit a21342e73f

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;
}