-
-
Notifications
You must be signed in to change notification settings - Fork 291
Description
Thanks for this excellent library!
I noticed that #104 changed the transition animation.
This screen grab (from iOS 14) shows the transition from your example app after clicking on the cat in the top left corner:
The updated transition appears to simultaneously fade out the original image, translate the original image to its new location, and also fade in a second image at the new location in the middle of the screen. The end result is that two images appear on screen during the transition which appears a little glitchy compared to the previous experience.
I've also noticed an issue where the image completely disappears during the transition where the original image fades out, but the second image doesn't fade in.
Can you please fix the transition to not duplicate the image?