Skip to content

Conversation

@1234-ad
Copy link

@1234-ad 1234-ad commented Jan 17, 2026

Description

Fixes #44

The auto-scroll timing on the home page features carousel was too fast at 4 seconds, making it difficult for users to read and absorb the feature descriptions before the next slide appeared.

Changes

  • Updated setInterval duration from 4000ms to 7000ms in FeaturesSection.tsx (line 107)
  • Provides users with adequate time (7 seconds) to read feature details before auto-advancing

Testing

  • Tested the carousel auto-scroll behavior
  • Verified that 7 seconds provides a comfortable reading pace
  • Confirmed manual navigation (prev/next buttons and dots) still works correctly

Impact

  • Improved UX: Users can now comfortably read feature descriptions
  • Better engagement: More time to absorb content leads to better understanding of features
  • No breaking changes: Only timing adjustment, all functionality remains the same

Screenshots/Demo

The carousel will now pause for 7 seconds on each slide instead of 4 seconds, giving users more time to read the detailed descriptions and benefits of each feature.


Type: Bug Fix
Priority: Medium
Labels: bug, SWoC26, Easy

Fixes browseping#44 - The auto-scroll timing was too fast at 4 seconds, making it
difficult for users to read feature descriptions. Increased to 7 seconds
to provide adequate time for users to absorb the content before the next
slide appears.

Changes:
- Updated setInterval duration from 4000ms to 7000ms in FeaturesSection
- Improves user experience by allowing more time to read feature details
@vercel
Copy link

vercel bot commented Jan 17, 2026

@1234-ad is attempting to deploy a commit to the Akash Kumar's projects Team on Vercel.

A member of the Team first needs to authorize it.

@akash-kumar-dev
Copy link
Member

Duplicate of #52

@akash-kumar-dev akash-kumar-dev marked this as a duplicate of #52 Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] The auto scroll timings in home page is too fast

2 participants