scrollTop

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.distance

Return the amount of scroll top that the user as made in the page

Return

  1. -Number

    The amount of scroll top that the user as made in the page

Example

import { scrollTop } from '@blackbyte/sugar/dom';
scrollTop();

Todo

  • testsnormal