šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

isolated-scroll

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isolated-scroll

Prevent scoll events from bubbling up to parent elements

0.1.0
latest
Source
npm
Version published
Weekly downloads
6.5K
27.5%
Maintainers
1
Weekly downloads
Ā 
Created
Source

isolated-scroll

Prevent scroll events from bubbling up to parent elements.

$ npm install --save isolated-scroll

Usage

const isolatedScroll = require('isolated-scroll');

// Isolate scrolling of selected element:
const unbindHandlers = isolatedScroll(element);

// Remove isolated scroll behaviour:
unbindHandlers();

Todo

  • Add demo.
  • Add tests.

License

MIT

FAQs

Package last updated on 07 Aug 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