https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_slideshow
I am attempting to create a sliding effect for image transitions instead of the typical fade in and out. However, I'm uncertain about how to approach this challenge.
My concept involves keeping all images in the same position and having one slide off the screen while the next one slides into view.
Is this the correct method, and what would be the best way to implement this using code?
PS. I aim to achieve this without relying on any JavaScript libraries