1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

optimizedbig amount of data rendering

This commit is contained in:
Fedor Katurov 2019-11-07 18:15:38 +07:00
parent 383990d556
commit d9f39a8d67
3 changed files with 92 additions and 50 deletions

View file

@ -124,6 +124,15 @@
}
}
@keyframes appear {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.face {
@include outer_shadow();
@ -141,6 +150,7 @@
padding: $gap;
pointer-events: none;
touch-action: none;
animation: appear 1s forwards;
@media (min-width: $cell * 2 + $grid_line) {
.vertical > &.has_text,