Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down