0.0.13 • Published 22 days ago

@af-utils/scrollend-polyfill v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

Scrollend Event Polyfill

This polyfill adds scrollend event support via addEventListener / removeEventListener. onscrollend event handler is not supported.

Installation

npm install @af-utils/scrollend-polyfill

Usage

import "@af-utils/scrollend-polyfill";

Just import once at the top level. Does nothing when used in node environment.

Implementation Details

Scroll is considered ended when:

  • touch events are not active ( user released touch );
  • scroll event was not fired within 100ms since last invocation.
0.0.12

22 days ago

0.0.13

22 days ago

0.0.11

1 month ago

0.0.10

4 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago