UNPKG

@splidejs/splide

Version:

Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.

7 lines (6 loc) 166 B
/** * The arias of `window.requestAnimationFrame()`. */ export function raf( func: FrameRequestCallback ): number { return requestAnimationFrame( func ); }