Apologies for this confusing and vague question.
Imagine I only have a single image, and I want to create a slideshow using technologies like Angular, jQuery, JavaScript, or just CSS.
What I am aiming for is when the user clicks on my slide button, the image should slide out to the right while simultaneously sliding in from the left.
(The part of the image that slides out to the right should come in from the left at the same time)
This way, the image never actually disappears from view, it just moves within itself.
I've tried doing this with AngularJS, but I can't seem to get it to happen simultaneously. When the image slides to the left, it then comes back in from the right, leaving a moment where the view is empty. I want to avoid this.
Please help me with a plugin, a CSS example, an Angular demonstration, JavaScript code, or anything you think might work.
Asking for assistance here is my final resort after spending a month searching and coding without success.