Enter and exit animation of same container

Actions & Logic

I have 4 different images that should transition from one to the other. When the current image is exiting, then I want a animation to occur. At the same time, when the new image is entering, then I want another animation to occur. So it looks like both are shifted to the left, one leaving the screen and the other entering.

Can't make this work and appreciate any tips!

What have you tried so far?

I have tried a few differnt things. My latest attempt was to have on action triggered animations on all the containers containing the image, but when triggering animations through actions you have to trigger all animations and not specific ones. So I can't have an exit and an enter animation on the same container. I don't want to avoid having 16 different containers for this.

Did you check FlutterFlow's Documentation for this topic?
Yes
2