MCPcopy
hub / github.com/apache/echarts / stopAnimation

Function stopAnimation

src/animation/universalTransition.ts:171–178  ·  view source on GitHub ↗
(el: Element)

Source from the content-addressed store, hash-verified

169 }
170}
171function stopAnimation(el: Element) {
172 el.stopAnimation();
173 if (el.isGroup) {
174 el.traverse(child => {
175 child.stopAnimation();
176 });
177 }
178}
179function animateElementStyles(el: Element, dataIndex: number, seriesModel: SeriesModel) {
180 const animationConfig = getAnimationConfig('update', seriesModel, dataIndex);
181 animationConfig && el.traverse(child => {

Callers 2

updateOneToOneFunction · 0.85
transitionBetweenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…