A Vue component that creates a parallax effect on an image as the user scrolls.
Prop | Type | Default | Description |
---|---|---|---|
src | String | null | The source URL of the image to be displayed. |
scrub | Boolean, Number | true | Determines if the parallax effect should be tied directly to scroll position. |
objectPosition
is animated from 'center 100%' to 'center 0%'.You can customize the appearance and behavior of the ParallaxImage component:
src
prop to change the displayed image.scrub
prop to change how the animation responds to scrolling.This component requires the following libraries:
Make sure these dependencies are installed and properly imported in your project.
The ParallaxImage component is designed to work within scrollable containers. Ensure that the parent element has sufficient height for scrolling to occur and trigger the parallax effect.