resize-sensor

0.0.6 • Public • Published

Element Sensor

Element Sensor detects html element size change by constructing subtle html structure inside target element, so that it indirectly triggers scroll event when resized.

The latest version also compatible with older browesrs by checking intermittently.

Element Sensor is stolen from Marc J. Schmidt's Element Queries component, I refactored the code to make it consume less memory and be slightly faster by reduce the number of function instances. Also by separate it from the original repo, it will be much easier to be reused.

Usage

new ResizeSensor(targetElement, callback)

License

MIT license. Copyright Marc J. Schmidt.

Readme

Keywords

none

Package Sidebar

Install

npm i resize-sensor

Weekly Downloads

6,911

Version

0.0.6

License

none

Last publish

Collaborators

  • normanzb