From bfbd687cc9dbaf09103d9c328860a02361bb272b Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 2 Mar 2022 11:10:10 -0500 Subject: [PATCH 1/5] 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 0b35d91195c92a95f131e29137ef238ff35cafbc Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Thu, 3 Mar 2022 14:22:08 -0500 Subject: [PATCH 2/5] CSR-109 --- src/router/router-constants/routing-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 3540d3bf8..87818ebe7 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -85,7 +85,7 @@ const routingTable = [ }, { scenario: navigationScenarios.SELECTED_PARTS, - destinationFmgPageValue: fmgPageValues.QUOTE, + destinationFmgPageValue: fmgPageValues.REVEAL, }, ], }, From 234467f6ec412e4ce082cd47d7e7823a6059717e Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 4 Mar 2022 09:11:50 -0500 Subject: [PATCH 3/5] 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 @@