Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 189 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 189 Bytes

Scroll Listener

import { Container, addScrollHandler, removeScrollHandler } from 'scroll-listener';

let handler = () => { alert('hi'); };
addScrollHandler(Container, handler);