diff --git a/packages/react-native-reanimated/src/layoutReanimation/web/componentUtils.ts b/packages/react-native-reanimated/src/layoutReanimation/web/componentUtils.ts index 6614bf610409..e5a1ea303e03 100644 --- a/packages/react-native-reanimated/src/layoutReanimation/web/componentUtils.ts +++ b/packages/react-native-reanimated/src/layoutReanimation/web/componentUtils.ts @@ -220,8 +220,6 @@ export function handleExitingAnimation( dummy.reanimatedDummy = true; element.style.animationName = ''; - // We hide current element so only its copy with proper animation will be displayed - element.style.visibility = 'hidden'; // After cloning the element, we want to move all children from original element to its clone. This is because original element // will be unmounted, therefore when this code executes in child component, parent will be either empty or removed soon.