fe-drone-ci/src/styles/transition.scss

11 lines
146 B
SCSS
Raw Normal View History

2017-11-07 03:41:59 +00:00
//globl transition css
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
opacity: 0;
}