Animations & Motion

Perspective Carousel

3D ring carousel that rotates on scroll revealing images in 3D space.

scrollrevealcarousel3dperspective

Props

Customize the component with these props

PropertyTypeDefaultDescription
images
string[][]Array of image URLs
cardCount
number5Number of cards in the carousel
backgroundColor
stringbg-[#050505]Background color of the component
containerHeight
stringh-[400vh]Height of the container
perspective
stringperspective-[1000px]CSS perspective value
cardWidth
stringw-[600px]Width of each card
cardHeight
stringh-[400px]Height of each card
cardBgColor
stringbg-white/5Background color of cards
cardBorderColor
stringborder-white/10Border color of cards
cardPadding
stringp-4Padding of cards
imageOpacity
number0.8Opacity of images
labelColor
stringtext-white/20Color of card labels
labelSize
stringtext-6xlSize of card labels
translateZ
number600Z-axis translation distance
rotateYRange
[number, number][0, 360]Y rotation range in degrees
scrollOffset
[string, string]["start start", "end end"]Scroll offset configuration
className
stringAdditional CSS classes
Perspective Carousel - Animations & Motion Component | UILora