Animation Help

Hello,

I am trying to use matchedGeometryEffect to animate between an item in a list view and the item's detail view. Right now, I am getting an unwanted cross-fade animation as the view transitions. So the list item moves into place as it should with the modifier, but it fades out as its detail version fades in, which I do not want. I do not want any fading at all, just the movement from one component to the other.

How do I stop this?

Thanks.

I should have mentioned that I am using conditional insertion/ removal of the views via an if statement, which I believe is necessary to use the matchedGeometryEffect.

Animation Help
 
 
Q