MCPcopy Index your code
hub / github.com/microsoft/SandDance / cancelAnimationFrame

Function cancelAnimationFrame

docs/app/js/sanddance-app.js:60647–60649  ·  view source on GitHub ↗
(timerId)

Source from the content-addressed store, hash-verified

60645 return typeof window !== "undefined" && window.requestAnimationFrame ? window.requestAnimationFrame(callback) : setTimeout(callback, 1000 / 60);
60646}
60647function cancelAnimationFrame(timerId) {
60648 return typeof window !== "undefined" && window.cancelAnimationFrame ? window.cancelAnimationFrame(timerId) : clearTimeout(timerId);
60649}
60650
60651},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"hWpBe":[function(require,module,exports) {
60652var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected