0.0.6 • Published 7 years ago

vue-smoothscroll-websites v0.0.6

Weekly downloads
11
License
MIT
Repository
github
Last release
7 years ago

vue-smoothscroll-websites

it's a vuejs version of smoothscroll-websites Based on https://github.com/galambalazs/smoothscroll-for-websites Smooth scrolling experience for websites.

How to Use

# install dependencies
npm install vue-smoothscroll-websites

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

var vueSmoothScrollWebsites = require('vue-smoothscroll-websites');
Vue.use(vueSmoothScrollWebsites);
new App({
  created:function(){
    this.$SmoothScrollWebSitesOptions = { keyboardSupport: false } 
    this.$SmoothScrollWebSites({ stepSize: 20 });
  }
})

more apis , you can refer to https://github.com/galambalazs/smoothscroll-for-websites/wiki

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago