Docs
Animated Testimonials

Animated Testimonials

Stacked testimonial card carousel with smooth 3D transitions and word-by-word blur reveal animation.

Sarah Chen
Marcus Webb
Aisha Patel

Sarah Chen

Head of Design at Vercel

PioneerUI completely transformed how we build interfaces. The animated components just work out of the box  our team ships twice as fast now. 

Installation

Usage

import { AnimatedTestimonials } from "@/components/pioneerui/animated-testimonials"
 
const testimonials = [
  {
    quote: "This component library ships faster than any other I've used.",
    name: "Jane Doe",
    designation: "CTO at Acme Corp",
    src: "https://example.com/avatar.jpg",
  },
  // ...more testimonials
]
 
export default function Page() {
  return <AnimatedTestimonials testimonials={testimonials} autoplay />
}

Props

PropTypeDefaultDescription
testimonialsTestimonial[]Array of testimonial objects
autoplaybooleantrueAuto-advance every 5 seconds
classNamestringExtra classes for the wrapper

Testimonial Object

FieldTypeDescription
quotestringThe testimonial text
namestringAuthor's full name
designationstringAuthor's title and company
srcstringURL of the author's portrait image