UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

23 lines (22 loc) 681 B
/** * DevExtreme (cjs/common/core/animation/frame.js) * Version: 25.2.7 * Build date: Tue May 05 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "cancelAnimationFrame", { enumerable: true, get: function() { return _frame.cancelAnimationFrame } }); Object.defineProperty(exports, "requestAnimationFrame", { enumerable: true, get: function() { return _frame.requestAnimationFrame } }); var _frame = require("../../../__internal/common/core/animation/frame");