0.0.14 • Published 9 months ago

@af-utils/scrollend-polyfill v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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.14

9 months ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago