Socket
Socket
Sign inDemoInstall

vue-parallax-js

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-parallax-js

Vue component for easy parallax with directive


Version published
Maintainers
1
Install size
757 kB
Created

Readme

Source

#vue-parallax-js vue component for parallax effect on elements.

  • no dependencies.
  • for Vue.js 2
  • lightweight
  • 1.6 kb minified

##Setup

npm install --save vue-parallax-js
# or use yarn
# yarn add vue-parallax-js

in your main JavaScript file

// import Vue and vue-parallax-js
import Vue from 'vue'
import VueParallaxJs from 'vue-parallax-js'

// add vue-parallax-js to vue
Vue.use(VueParallaxJs)

##Usage when everything is setup you can use the directive like this:

<h1 v-parallax="0.2">vue-parallax-js</h1>

##Options and Arguments see documentation

Keywords

FAQs

Last updated on 21 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc