packages/docs/src/pages/en/components/parallax.md
The v-parallax component creates a 3d effect that makes an image appear to scroll slower than the window.
A parallax causes a shift in a background image when the user scrolls the page.
<ExamplesExample file="v-parallax/usage" /> <PromotedEntry />| Component | Description |
|---|---|
| v-parallax | Primary Component |
You can also place any content inside of the parallax. This allows you to use the parallax as a hero image.
<ExamplesExample file="v-parallax/misc-content" />You can use it as a welcome section or as a portfolio hero section.
<ExamplesExample file="v-parallax/misc-welcome" />You can specify a custom height on a parallax. Keep in mind this can break the parallax if your image is not sized properly
<ExamplesExample file="v-parallax/misc-custom-height" />