2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-09 13:12:27 +03:00

Update transition declarations for Vue 3 (#617)

Check this out:
https://v3.vuejs.org/guide/transitions-list.html#list-entering-leaving-transitions
This commit is contained in:
avk-web-dev
2021-06-09 10:04:56 +03:00
committed by GitHub
parent 5b4534fe4b
commit 8e1522cb4c
+1
View File
@@ -10,6 +10,7 @@
}
.#{$namespace}-zoom-in-down-enter,
.#{$namespace}-zoom-in-down-enter-from,
.#{$namespace}-zoom-in-down-leave-to {
opacity: 0;
transform: scaleY(0);