add Collapse component

add Collapse component
This commit is contained in:
梁灏 2016-09-13 07:56:38 +08:00
parent 14768934b1
commit 49306c7a7f
12 changed files with 268 additions and 27 deletions

View file

@ -5,4 +5,12 @@
}
.fade-enter, .fade-leave {
opacity: 0;
}
.height-transition{
.transition(all @transition-time @ease-in-out);
}
.height-enter, .height-leave {
height: 0;
}