From bfbd687cc9dbaf09103d9c328860a02361bb272b Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 2 Mar 2022 11:10:10 -0500 Subject: [PATCH 1/4] touching up animations --- src/styles/common-animations.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common-animations.scss b/src/styles/common-animations.scss index 92f5407ed..b697aea38 100644 --- a/src/styles/common-animations.scss +++ b/src/styles/common-animations.scss @@ -1,4 +1,4 @@ -.fade-enter-active{ +.fade-enter-active { transition: opacity 0.6s ease; } From 234467f6ec412e4ce082cd47d7e7823a6059717e Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 4 Mar 2022 09:11:50 -0500 Subject: [PATCH 2/4] adding delay feature to animations --- .../windshield-damage-type-question.vue | 4 +++- .../windshield-options/windshield-options.vue | 1 + src/styles/common-animations.scss | 12 +++++++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue b/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue index 8031db546..900fcb855 100644 --- a/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue +++ b/src/layouts/vehicle-damage/windshield-options/windshield-damage-type-question/windshield-damage-type-question.vue @@ -1,5 +1,6 @@