UNPKG

@ssgoi/core

Version:

Core animation engine for SSGOI - Native app-like page transitions with spring physics

6 lines 277 B
/** * Gets the scrolling element that contains the given element * Returns the first scrollable parent element or document.documentElement */ export declare const getScrollingElement: (element: HTMLElement) => HTMLElement; //# sourceMappingURL=get-scrolling-element.d.ts.map