I am working on a mobile web application and I would like to create a homepage with an animated background image that slides like a portrait.
For example, if the mobile screen width is 360px and the background image size is 500px, I want the image to start at position 0 and slide automatically until it reaches 600px.
This idea was inspired by the Pegasus Airlines mobile app.
Could someone please provide guidance on how to implement this using CSS, HTML, and jQuery?