Add Rotating Logo Carousel with Hover-to-Pause Interaction
A
Ayush Kumar
Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant, React packages to make sure your issue has not already been fixed.
Steps To Reproduce:
- Visit the current static logo section https://strapi.io/demo
- Observe that logos do not animate.
Link to code example: https://github.com/strapi/strapi
The current behavior:
Logos remain static with no motion or interactivity.
The expected behavior
- Logos should scroll horizontally in a loop (right to left).
- Animation pauses when a user hovers over the carousel.
- Animation resumes when the cursor leaves the carousel.