Decrease animation time and use less extreme transform transition.
gitea/icedream/rekt-theme/master This commit looks good
Details
gitea/icedream/rekt-theme/master This commit looks good
Details
parent
23a64947c2
commit
de2dfb7506
|
@ -28,9 +28,9 @@
|
|||
}
|
||||
#eq {
|
||||
margin: 20vh;
|
||||
transition: opacity ease-out .5s, transform ease-out .5s;
|
||||
transition: opacity ease-out .33s, transform ease-out .33s;
|
||||
opacity: 0;
|
||||
transform: scale(0);
|
||||
transform: scale(0.75);
|
||||
.slider {
|
||||
background-color: rgba(0, 0, 0, .75);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue