Skip to content

TUBB/NoBounceScrolling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nobounce-scrolling

No bounce scrolling for mobile iOS/Android, support for any front-end framework

Install:

# npm
npm i nobounce-scrolling

# yarn
yarn add nobounce-scrolling

# pnpm
pnpm add nobounce-scrolling

Usage

const noBounceScrolling = NoBounceScrolling.create(element, options)
// start scroll
noBounceScrolling.startScroll()

// destroy
noBounceScrolling.destroy()

Demo

NoBounceScrollingDemo

Configuration

please see options

License

MIT

About

No bounce scrolling for mobile iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published