Decrease animation time and use less extreme transform transition.
gitea/icedream/rekt-theme/master This commit looks good Details

header/meta/overlay^2
Icedream 2018-07-22 22:26:03 +02:00
parent 23a64947c2
commit de2dfb7506
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@
} }
#eq { #eq {
margin: 20vh; margin: 20vh;
transition: opacity ease-out .5s, transform ease-out .5s; transition: opacity ease-out .33s, transform ease-out .33s;
opacity: 0; opacity: 0;
transform: scale(0); transform: scale(0.75);
.slider { .slider {
background-color: rgba(0, 0, 0, .75); background-color: rgba(0, 0, 0, .75);
} }