A component creating a parallax effect on an image within a container
Install
npm install --save-dev vue-js-parallax-component
Usage
; components: VueParallax ;
Optional content
Properties
Property | Type | default | Description |
---|---|---|---|
image | string (Required) |
The image used for the parallax effect | |
intensity | number |
15 | Intensity of the parallax effect ( 20 is highest ) |