🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

vue-smoothscroll

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
v

vue-smoothscroll

it's a vuejs version of smoothscroll

0.0.5
71

Supply Chain Security

100

Vulnerability

73

Quality

76

Maintenance

100

License

Repository has been archived by the owner.
Version published
Weekly downloads
507
9.98%
Maintainers
1
Weekly downloads
 
Created

vue-smoothscroll

it's a vuejs version of waves Based on https://github.com/alicelieutier/smoothScroll/blob/master/smoothscroll.js

How to Use

# install dependencies
npm install vue-smoothscroll

then in the js file , you can use with router or others

var vueSmoothScroll = require('vue-smoothscroll');
Vue.use(vueSmoothScroll);

   //define a tag
   <div v-smoothscroll="{ duration : 500, callback: callback , context : undefined }" class="message">
       message
   </div>

params

  • duration is the total duration of the scroll (optional, defaults to 500ms)
  • callback is a function to be executed when the scrolling is over (optional)
  • context is the scrolling context (optional, defaults to window, can be any HTMLElement Object)

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

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