diff --git a/src/router/router-constants/routing-table.js b/src/router/router-constants/routing-table.js index 58bd128a9..c9dc7ba4d 100644 --- a/src/router/router-constants/routing-table.js +++ b/src/router/router-constants/routing-table.js @@ -80,7 +80,7 @@ const routingTable = [ }, { scenario: navigationScenarios.SELECTED_PARTS, - destinationFmgPageValue: fmgPageValues.QUOTE, + destinationFmgPageValue: fmgPageValues.REVEAL, }, ], }, diff --git a/src/styles/common-animations.scss b/src/styles/common-animations.scss index 92f5407ed..f421cff1a 100644 --- a/src/styles/common-animations.scss +++ b/src/styles/common-animations.scss @@ -1,5 +1,5 @@ -.fade-enter-active{ - transition: opacity 0.6s ease; +.fade-enter-active { + transition: opacity 0.8s ease; } .fade-leave-active {