MCPcopy
hub / github.com/tdewolff/minify / fadeOutDisplayable

Function fadeOutDisplayable

_benchmarks/sample_echarts.js:14467–14475  ·  view source on GitHub ↗
(el, animatableModel, dataIndex, done)

Source from the content-addressed store, hash-verified

14465 }
14466
14467 function fadeOutDisplayable(el, animatableModel, dataIndex, done) {
14468 el.removeTextContent();
14469 el.removeTextGuideLine();
14470 removeElement(el, {
14471 style: {
14472 opacity: 0
14473 }
14474 }, animatableModel, dataIndex, done);
14475 }
14476
14477 function removeElementWithFadeOut(el, animatableModel, dataIndex) {
14478 function doRemove() {

Callers 1

removeElementWithFadeOutFunction · 0.85

Calls 1

removeElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…