Progressive Carousel

An animated progressive carousel component built with Framer Motion. Features smooth, dynamic transitions between items for a modern and engaging user experience.

A breathtaking view of a city illuminated by countless lights, showcasing the vibrant and bustling nightlife.

Installation

npx uilayouts@latest add progressive-carousel

Props

PropTypeDefaultDescription
childrenReactNodeThe content to be displayed within the slider.
durationnumber5000The duration of the slider's transition in milliseconds.
fastDurationnumber400The duration of the slider's fast transition in milliseconds.
verticalbooleanfalseWhether the slider is oriented vertically.
activeSliderstringThe identifier of the currently active slider.
classNamestringOptional CSS class for styling the slider component.

Example