Use numeric values for scaling.
gitea/icedream/rekt-theme/master This commit looks good Details

header/meta/overlay^2
Icedream 2018-07-22 22:12:17 +02:00
parent ffb38aac23
commit d6eca0bde5
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
.slider {
transition: opacity ease-out .5s, transform ease-out .5s;
opacity: 0;
transform: scale(0%);
transform: scale(0);
background-color: rgba(0, 0, 0, .75);
}
}
@ -42,7 +42,7 @@
#eq {
.slider {
opacity: 1;
transform: scale(100%);
transform: scale(1);
}
}
}