MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / initProps

Function initProps

libs/echarts/echarts-en.simple.js:17975–17977  ·  view source on GitHub ↗

* Init graphic element properties with or without animation according to the * configuration in series. * * Caution: this method will stop previous animation. * So do not use this method to one element twice before * animation starts, unless you know what you are doing. * * @param {module:zre

(el, props, animatableModel, dataIndex, cb)

Source from the content-addressed store, hash-verified

17973 * @param {Function} cb
17974 */
17975function initProps(el, props, animatableModel, dataIndex, cb) {
17976 animateOrSetProps(false, el, props, animatableModel, dataIndex, cb);
17977}
17978
17979/**
17980 * Get transform matrix of target (param target),

Callers 3

createGridClipPathFunction · 0.70
createPolarClipPathFunction · 0.70

Calls 1

animateOrSetPropsFunction · 0.70

Tested by

no test coverage detected