Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

animationFrame.js 378B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var AnimationFrameAction_1 = require("./AnimationFrameAction");
  4. var AnimationFrameScheduler_1 = require("./AnimationFrameScheduler");
  5. exports.animationFrame = new AnimationFrameScheduler_1.AnimationFrameScheduler(AnimationFrameAction_1.AnimationFrameAction);
  6. //# sourceMappingURL=animationFrame.js.map