A Vue component that creates a parallax effect with image grid for hero sections.
Prop | Description |
---|---|
items | An array of objects containing image data (img, name, link). Default is an empty array. |
triggerElement | Selector for the scrollable element. Defaults to window if not provided. |
class | Additional CSS classes to apply to the component. Default is an empty string. |
You can customize the HeroParallax component in several ways:
items
prop to change the images and links displayed in the grid.class
prop to add custom styles or utility classes.The HeroParallax component relies on GSAP and ScrollTrigger for animations. Ensure these libraries are properly installed and imported in your project for the component to function correctly. The component is designed to work with both window scrolling and custom scroll containers, providing flexibility in various layout scenarios.