forked from cybrespace/pinafore
add animation for virtual list header
This commit is contained in:
parent
0c9757a941
commit
be16ebfa78
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue