MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getAnimatableProps

Function getAnimatableProps

libs/echarts/echarts.simple.js:18061–18070  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

18059 return elMap;
18060 }
18061 function getAnimatableProps(el) {
18062 var obj = {
18063 position: clone$1(el.position),
18064 rotation: el.rotation
18065 };
18066 if (el.shape) {
18067 obj.shape = extend({}, el.shape);
18068 }
18069 return obj;
18070 }
18071 var elMap1 = getElMap(g1);
18072
18073 g2.traverse(function (el) {

Callers 1

groupTransitionFunction · 0.70

Calls 2

clone$1Function · 0.70
extendFunction · 0.70

Tested by

no test coverage detected