I am wondering how it is possible to animate the change of an image in an imageView on OS X. I know about fading in (and out), but my question is how to let the images flow in (from right to left) when the user clicks on a button to display the next/previous image. For example, it should look like a "PageView" on iOS, when you scroll, like on the websites (like this but with Swift 3...).
So the user should be able to control the image flow with buttons and the images shouldn't slide every 5 seconds or so.
I attached a picture of my current storyboard.
Thanks for answers! :-)
This solution depends on a third party library but if you would like, FLOPageViewController will do the trick. It may be worthwhile to go through their code and try to implement it in house as this library may not be actively updated. Good luck!
Image taken from https://github.com/floschliep/FLOPageViewController