0.9.1 • Published 5 years ago

vue-parallax-component v0.9.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Vue Parallax Component

CircleCI token https://www.npmjs.com/package/vue-parallax-component

Using the component

Add the dependency to your project

npm i vue-parallax-component

Example

  1. import the components ParallaxContainer and ParallaxComponent to your site
  2. You will need atleast two ParallaxComponent inside of a ParallaxContainer. You can modify the depth of earch ParallaxComponent with the parallaxStrength property.

See vue-parallax-component/blob/master/src/App.vue for an example implementation.