add animation for virtual list header

This commit is contained in:
Nolan Lawson 2018-02-11 22:50:20 -08:00
parent 0c9757a941
commit be16ebfa78
1 changed files with 2 additions and 0 deletions

View File

@ -11,10 +11,12 @@
opacity: 0;
pointer-events: none;
z-index: 10;
transition: none;
}
.virtual-list-header.shown {
opacity: 1;
pointer-events: auto;
transition: opacity 0.333s linear;
}
</style>
<script>