pissang opened a new pull request #12965: URL: https://github.com/apache/incubator-echarts/pull/12965
## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? Currently, we use the `animationUpate` options in series to transit the elements when data updated. But in the case which user can trigger the update frequently, like dataZoom, resize. The long animation duration may let chart seems to be not responsive. Especially when we changed the default easing from `'cubicOut'` to `'cubicInOut'`. So this pull request can let dataZoom and resize pass global animation config through payload. And when series do update, it will use the config in the payload instead of the animation config in the series. It will make the update more fast, responsive, and neat. ## Details ### Before: What was the problem? ### After ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
