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); } });