quicksave

This commit is contained in:
Schmelczer András 2019-12-30 10:59:05 +01:00
parent 5587b14e20
commit 2ee4e36888
6 changed files with 27 additions and 16 deletions

View file

@ -7,20 +7,19 @@
top: 0;
z-index: -1;
overflow: hidden;
will-change: width, height;
transition: height $long-transition-time, width $long-transition-time;
div {
border-radius: 10000px;
border-radius: 100px;
position: absolute;
left: 0;
top: 0;
width: 130px;
left: -1000vh;
top: -1000vh;
margin: 1000vh;
width: 7px;
transition: transform $long-transition-time, opacity $long-transition-time;
will-change: transform, opacity;
animation: fade-in 1s linear;
@keyframes fade-in {
from {