UNPKG

vue-antd-ui

Version:

An enterprise-class UI design language and Vue-based implementation

19 lines (15 loc) 219 B
.LazyLoad { opacity: 0; transition: all 2s ease-in-out; &.is-visible { opacity: 1; } } .filler { height: 150px; } .ScrollableContainer { height: 200px; overflow: scroll; background-color: grey; }