1.1.0 • Published 2 years ago

bianco.viewport v1.1.0

Weekly downloads
131
License
MIT
Repository
github
Last release
2 years ago

bianco.viewport

Build Status NPM version NPM downloads MIT License

Usage

import viewport from 'bianco.viewport'

// get the current scroll top position
const offsetTop = viewport.scrollTop()

API

Table of Contents

scrollbarWidth

Return the size of the scrollbar that depends on the browser or device used on the client

Returns number the browser scrollbar width

documentHeight

Get the height of the whole page

Returns number height in px of the document

documentWidth

Get the width of the whole page

Returns number width in px of the document

scrollTop

Return amount of px scrolled from the top of the document

Returns number scroll top value in px

scrollLeft

Return amount of px scrolled from the left of the document

Returns number scroll left value in px

elementOffsetTop

Get the offset top of any DOM element

Parameters

Returns number the element y position in px

elementOffsetLeft

Get the offset left of any DOM element

Parameters

Returns number the element x position in px

1.1.0

2 years ago

1.0.0

5 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago