feat: enhance testimonials section with infinite scrolling carousel#132
feat: enhance testimonials section with infinite scrolling carousel#132Pranav-IIITM wants to merge 3 commits into
Conversation
Transforms the static testimonials section into a horizontally scrolling infinite carousel. Changes: - Wrapped testimonial cards in a track container for carousel layout - Added infinite scroll animation using CSS keyframes (scroll-left) - Added fade edge effect using mask-image on the track wrapper - Cards pause on hover for better readability - Added hover effects: scale + shadow lift on individual cards - Duplicated cards in HTML to achieve seamless infinite loop - No external libraries used; pure HTML & CSS implementation Closes PatelHarsh2006#56
|
Hi @PatelHarsh2006, I’ve completed the implementation for the testimonials section enhancement and opened the PR. Implemented:
PR: #132 I’d appreciate it if you could review the changes and share any feedback or requested improvements. Thanks! |
|
Hi @PatelHarsh2006, could you please review this PR when you get a chance? The testimonials section has been upgraded into an infinite scrolling carousel with smooth animations, hover pause interaction, responsive behavior, and accessibility improvements. Thanks! |
|
@PatelHarsh2006 Please review the PR |
|
Hi @PatelHarsh2006, Could you please review PR #132 when you have a chance? It adds an infinite scrolling testimonials carousel with smooth animations, hover pause, responsive design, and accessibility improvements. Thank you! |
|
@Pranav-IIITM Please Resolve conflicts, by syncing the Current Branch |
|
@PatelHarsh2006 Review the PR |
Summary
Transforms the static testimonials section into a modern horizontally
scrolling infinite carousel with smooth animations and hover effects.
Changes Made
index.html
.testimonial-track-wrapdivaria-hidden="true"on duplicate cards for accessibilitystyle.css
.testimonial-track-wrapstyles with overflow hidden andfade edge effect using
mask-image@keyframes scroll-leftfor infinite horizontal scroll animation.testimonial-cardsFeatures Implemented
Related Issue
Closes #56
Screen Recording
Infinite.scrolling.carousel.mp4