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.
5 lines
719 B
5 lines
719 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","./effects"],function(c,e){c.canInterpolateEffects=function(a,b){const d=a.length>b.length?a:b;return(a.length>b.length?b:a).every((f,g)=>f.type===d[g].type)};c.effectEquals=function(a,b){a=JSON.stringify(a??null);b=JSON.stringify(b??null);return a===b};c.isEffectFunctions=function(a){return(a=a[0])?"type"in a:!1};c.normalizeEffects=function(a,b){const d=a.length>b.length?a:b;a=a.length>b.length?b:a;for(b=a.length;b<d.length;b++)a.push(e.createEffectWithInitialValues(d[b]))};Object.defineProperty(c, |
|
Symbol.toStringTag,{value:"Module"})}); |