diff --git a/ui/src/components/calendar/CalendarCarousel.vue b/ui/src/components/calendar/CalendarCarousel.vue index c16d4c6..a559a1b 100644 --- a/ui/src/components/calendar/CalendarCarousel.vue +++ b/ui/src/components/calendar/CalendarCarousel.vue @@ -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; + } + } +} \ No newline at end of file