Coverflow

3D coverflow carousel with perspective transforms.

carouselcoverflow3dperspective

Props

Customize the component with these props

PropertyTypeDefaultDescription
images
string[][url1, url2, url3]Array of image URLs to display in the carousel.
defaultActive
number1Initial active slide index.
backgroundColor
stringtransparentBackground color of the component (hex, rgb, or hsl).
imageBorderColor
string#ffffffBorder color of carousel images (hex, rgb, or hsl).
imageBorderWidth
number4Border width of carousel images in pixels.
imageShadowColor
stringrgba(0,0,0,0.5)Shadow color of carousel images (hex, rgb, or hsl).
activeScale
number1Scale of the active slide.
inactiveScale
number0.8Scale of inactive slides.
activeOpacity
number1Opacity of the active slide (0-1).
inactiveOpacity
number0.5Opacity of inactive slides (0-1).
rotationAngle
number45Rotation angle for inactive slides in degrees.
offsetDistance
number40Horizontal offset distance between slides in pixels.
height
string12remHeight of carousel images (CSS value).
width
string12remWidth of carousel images (CSS value).
borderRadius
string0.75remBorder radius of carousel images (CSS value).
Coverflow - Uilora Carousels