UNPKG

@shopify/draggable

Version:

The JavaScript Drag & Drop library your grandparents warned you about.

12 lines (8 loc) 256 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function requestNextAnimationFrame(callback) { return requestAnimationFrame(() => { requestAnimationFrame(callback); }); } exports.default = requestNextAnimationFrame;