Transition: Follow-up fix
This commit is contained in:
parent
63f67ef810
commit
888d98c318
@ -165,7 +165,7 @@ function Transition({
|
|||||||
transform: 'translate3d(0, 0, 0)',
|
transform: 'translate3d(0, 0, 0)',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else if (!isSlideOptimized) {
|
||||||
addExtraClass(childElement, CLASSES.inactive);
|
addExtraClass(childElement, CLASSES.inactive);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user