* 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)
| 17973 | * @param {Function} cb |
| 17974 | */ |
| 17975 | function 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), |
no test coverage detected