Cleanup code & make sure it has a common code style
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
@-webkit-keyframes bounce {
|
||||
from,
|
||||
20%,
|
||||
|
@ -1,6 +1,7 @@
|
||||
.fade-enter-active, .fade-leave-active {
|
||||
transition: opacity $transition-duration;
|
||||
}
|
||||
|
||||
.fade-enter, .fade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
@ -8,6 +9,7 @@
|
||||
.width-enter-active, .width-leave-active {
|
||||
transition: width $transition-duration;
|
||||
}
|
||||
|
||||
.width-enter, .width-leave-to {
|
||||
width: 0;
|
||||
}
|
Reference in New Issue
Block a user