UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

23 lines (22 loc) 658 B
/** * DevExtreme (cjs/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 _animation.cancelAnimationFrame } }); Object.defineProperty(exports, "requestAnimationFrame", { enumerable: true, get: function() { return _animation.requestAnimationFrame } }); var _animation = require("../common/core/animation");