Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
Sequential animation?
I created a background image "carousel" using exactly the strategy you hinted at. I have three @State variables: one is an index to a list of images, one is the selected image name and the third indexes between the two Image views. On the closure of each transition I increment the image index, set the image name on the "hidden" image view, then flip the Image view index. The "old" image slides off and the "new" image slides on.