• import { windowScrollSmoothTo } from '@src/hylo-components/utils/usefull/usefull';

    Scrolls the window smoothly. Polyfills missing "smooth" functionality of certain browser (Safari).

    Parameters

    • top: number

      the top position

    • Optional left: number

      the left position

    Returns void

Generated using TypeDoc