Transition: Follow-up fix

This commit is contained in:
Alexander Zinchuk 2023-12-04 14:38:28 +01:00
parent 63f67ef810
commit 888d98c318

View File

@ -165,7 +165,7 @@ function Transition({
transform: 'translate3d(0, 0, 0)',
});
}
} else {
} else if (!isSlideOptimized) {
addExtraClass(childElement, CLASSES.inactive);
}
});