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

Function saveOldStyle

src/animation/basicTransition.ts:332–334  ·  view source on GitHub ↗
(el: Displayable)

Source from the content-addressed store, hash-verified

330 * We don't need to save this because universalTransition can get old style from the old element
331 */
332export function saveOldStyle(el: Displayable) {
333 transitionStore(el).oldStyle = el.style;
334}
335
336export function getOldStyle(el: Displayable) {
337 return transitionStore(el).oldStyle;

Callers 11

updateDataMethod · 0.90
updateDataMethod · 0.90
updateDataMethod · 0.90
_renderNormalMethod · 0.90
renderMethod · 0.90
updateMethod · 0.90
_renderNormalMethod · 0.90
updateDataMethod · 0.90
updateDataMethod · 0.90
processMethod · 0.90
renderMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…