chore: change name of fade-up transition to fade-in-scale-up transition

This commit is contained in:
07akioni 2019-07-31 17:36:37 +08:00
parent 2d7ff80d14
commit 091d75a08d
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
}
@include b(date-picker-calendar) {
@include fade-in-transition(date-picker-calendar);
@include fade-in-scale-up-transition(date-picker-calendar);
margin-top: 4px;
margin-bottom: 4px;
width: 350px;

View File

@ -9,7 +9,7 @@
margin-top: 4px;
width: 180px;
overflow: hidden;
@include fade-in-transition(time-picker, top left);
@include fade-in-scale-up-transition(time-picker, top left);
.n-time-picker__selection-wrapper {
position: relative;
height: 244px;