1.0.1 • Published 7 years ago

flipsnap-es v1.0.1

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

flipsnap.js

Build Status Coverage Status

flipsnap.js is snap scroll for touch device.

http://hokaccha.github.com/js-flipsnap/

usage

// install 
npm install flipsnap-es --save

// code 
import Flipsnap from 'flipsnap-es'
let flipsnap = Flipsnap(this.base.querySelector('.flipsnap'), {
    disableTouch: false
});

fixed issue

  1. after user finger off the device, then switch next or prev page, cause not smooth
1.0.1

7 years ago

1.0.0

7 years ago