From 888d98c3187d270e400b10b083b5cf21a7825c38 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 4 Dec 2023 14:38:28 +0100 Subject: [PATCH] Transition: Follow-up fix --- src/components/ui/Transition.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/Transition.tsx b/src/components/ui/Transition.tsx index d1e1a24af..e88609193 100644 --- a/src/components/ui/Transition.tsx +++ b/src/components/ui/Transition.tsx @@ -165,7 +165,7 @@ function Transition({ transform: 'translate3d(0, 0, 0)', }); } - } else { + } else if (!isSlideOptimized) { addExtraClass(childElement, CLASSES.inactive); } });