impress-2020/src/ItemList.css
2020-04-25 00:22:49 -07:00

12 lines
207 B
CSS

.item-list-row-exit {
opacity: 1;
height: auto;
}
.item-list-row-exit-active {
opacity: 0;
height: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
transition: all 0.5s;
}