shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
distanceFromElementTopToViewportTop
Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.distance
This function take an element as parameter and returns you to distance it has from the element top to the viewport top in pixels
Params
- $elm*-HTMLElement
The element you want to get the distance from
Return
- -Number
The calculated distance
Example
import { distanceFromElementTopToViewportTop } from '@blackbyte/sugar/dom';
distanceFromElementTopToViewportTop(myElement); // => 23Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space