forked from cybrespace/pinafore
add animation for virtual list items
This commit is contained in:
parent
6a3345fe67
commit
075066ba9a
|
@ -14,6 +14,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
transition: opacity 0.333s linear;
|
||||||
}
|
}
|
||||||
.virtual-list-item.shown {
|
.virtual-list-item.shown {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in New Issue