Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noeldelgado/get-scrollingelement
:scroll: Returns a reference to the Element that scrolls the document
https://github.com/noeldelgado/get-scrollingelement
scrollingelement
Last synced: 22 days ago
JSON representation
:scroll: Returns a reference to the Element that scrolls the document
- Host: GitHub
- URL: https://github.com/noeldelgado/get-scrollingelement
- Owner: noeldelgado
- License: mit
- Created: 2017-07-22T06:50:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T03:50:23.000Z (over 7 years ago)
- Last Synced: 2024-04-24T12:05:32.130Z (7 months ago)
- Topics: scrollingelement
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# get-scrollingelement [![npm-image](https://img.shields.io/npm/v/get-scrollingelement.svg)](https://www.npmjs.com/package/get-scrollingelement) ![license-image](https://img.shields.io/npm/l/get-scrollingelement.svg)
Returns a reference to the Element that scrolls the document.
## Install
```sh
npm i get-scrollingelement --save
```## Usage
```js
import GetScrollingElement from 'get-scrollingelement';const scrollingElement = GetScrollingElement();
```## License
MIT © [Noel Delgado](http://pixelia.me/)