A Vue component that creates an interactive 3D carousel using Three.js and GSAP.
Prop | Type | Default | Description |
---|---|---|---|
items | Array | [] | An array of image URLs to display in the carousel. Required. |
class | String | empty | Additional CSS classes to apply to the component. |
width | Number | 450 | Width value for each carousel item. |
height | Number | 600 | Height value for each carousel item. |
You can customize the ThreeDCarousel component in several ways:
items
prop to change the images displayed in the carousel.class
prop to add custom styles or utility classes.radius
, camera position, or rotation speed in the component's script.The ThreeDCarousel component relies on Three.js, CSS3DRenderer, and GSAP for 3D rendering and animations. Ensure these libraries are properly installed and imported in your project for the component to function correctly. The component is designed to work on both desktop and mobile devices, providing an interactive experience across platforms.