@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 640 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
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};