vue-parallax-component
v0.9.1
Published
Simple parallax component using VueJs
Downloads
9
Maintainers
Readme
Vue Parallax Component
Using the component
Add the dependency to your project
npm i vue-parallax-component
Example
- import the components
ParallaxContainer
andParallaxComponent
to your site - You will need atleast two
ParallaxComponent
inside of aParallaxContainer
. You can modify the depth of earchParallaxComponent
with theparallaxStrength
property.
See vue-parallax-component/blob/master/src/App.vue for an example implementation.