April 9, 2026AdvancedTestimonials
Testimonial Slider
Infinite draggable testimonial carousel powered by GSAP's horizontalLoop utility. Supports autoplay with scroll-trigger pause/resume, inertia-based drag with snapping, bullet avatar navigation, prev/next controls, and an orange corner-bracket accent on the active slide.
Preview
Source
import TestimonialSlider from "./index.jsx";
import { testimonialSlider } from "../demo-data.js";
import styles from "./demo.module.css";
export default function TestimonialSliderDemo() {
return (
<div className={styles.demo}>
<div className={styles.heading}>
<p className={styles.label}>What clients say</p>
<h2 className={styles.title}>Kind words</h2>
</div>
<TestimonialSlider {...testimonialSlider} />
</div>
);
}
Dependencies
gsap




