UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

3 lines (2 loc) 556 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import has from"../../core/has.js";class e{get forceStaticPath(){return"disabled"===has("esri-cim-animations-enable-status")}get forceAnimatedPath(){return"forced"===has("esri-cim-animations-enable-status")}get freezeGlobalTime(){const e=has("esri-cim-animations-freeze-time");return e??!1}get spotlightAnimatedSymbols(){return!!has("esri-cim-animations-spotlight")}get forceGlobalTimeOrigin(){return!1!==has("esri-cim-animations-freeze-time")}}const t=new e;export{t as animationDebugFlags};