From 8e1522cb4cccc93ab69f62ac47d19b2fdf001460 Mon Sep 17 00:00:00 2001 From: avk-web-dev <70906984+avk-web-dev@users.noreply.github.com> Date: Wed, 9 Jun 2021 10:04:56 +0300 Subject: [PATCH] Update transition declarations for Vue 3 (#617) Check this out: https://v3.vuejs.org/guide/transitions-list.html#list-entering-leaving-transitions --- src/style/animation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/animation.scss b/src/style/animation.scss index 2d8e8d1..8e62bc2 100644 --- a/src/style/animation.scss +++ b/src/style/animation.scss @@ -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);