CalendarCarousel transition speed
This commit is contained in:
parent
7330f85398
commit
a1d8fe7c3d
1 changed files with 12 additions and 0 deletions
|
@ -79,4 +79,16 @@ export default class CalendarCarousel extends Vue {
|
|||
.v-carousel:deep() > div {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.v-window {
|
||||
&-x-transition,
|
||||
&-x-reverse-transition,
|
||||
&-y-transition,
|
||||
&-y-reverse-transition {
|
||||
&-enter-active,
|
||||
&-leave-active {
|
||||
transition: 1.5s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue