-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Describe the bug
The leftmost auto-scrolling testimonial section on the IntentJS homepage does not pause when hovered over, unlike the other two scrolling sections which work as expected. This causes a poor UX when trying to read or interact with content in that section.
To Reproduce
Steps to reproduce the behavior:
- Go to https://intent.build
- Scroll to the testimonial carousel section titled "See why developers are choosing IntentJS — and why they’re never looking back."
- Hover over the leftmost (first) scroll area.
- The scroll continues even on hover, unlike the other two sections which pause.
Expected behavior
When the user hovers over any of the three auto-scrolling sections, scrolling should pause to allow better readability and interaction. The leftmost section should behave consistently with the other two.
Screenshots
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Brave
- Version: v1.80.124
Additional context
Inspecting the site shows that the leftmost scroll container might be missing the onMouseEnter or pauseOnHover logic that the other two sections are using.