react-navigation-shared-element icon indicating copy to clipboard operation
react-navigation-shared-element copied to clipboard

Positioning and overflow of shared elements

Open Navipro70 opened this issue 3 years ago • 0 comments

I have a card which translates on opening screen, and shine effect (view), which slides from bottom to top over card during the opening animation, and from top to bottom during closing.

Problem: When opening/closing animation starts, shine view which located at bottom and not visible because of overflow: 'hidden' appears over the card and starts moving without reference to overflow card.

https://user-images.githubusercontent.com/60893275/143313426-c441d16f-90e2-4869-8647-305bdbd11629.mp4

Navipro70 avatar Nov 24 '21 20:11 Navipro70