I've been working on a project where I need to create a list of divs that slide. Each slide contains its own unique image and description, but despite researching different methods for sliding, I still haven't been able to successfully implement one.
What I'm hoping to achieve:
- Develop a list of divs with the first one being visible
- Implement functionality so that when I click 'Next' or 'Previous', the next or previous element in the list is displayed while hiding/fading/sliding right the other one
The slide transitions must be smooth and seamless.
I'm not expecting anyone to write the code for me, but any suggestions or tips would be immensely helpful.
Thank you!