add animation for virtual list items

This commit is contained in:
Nolan Lawson 2018-02-11 16:24:14 -08:00
parent 6a3345fe67
commit 075066ba9a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
top: 0;
opacity: 0;
pointer-events: none;
transition: opacity 0.333s linear;
}
.virtual-list-item.shown {
opacity: 1;