MCPcopy Create free account
hub / github.com/SilverDecisions/SilverDecisions / hide

Method hide

src/loading-indicator.js:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 static hide(){
15 let select = d3.select('.sd-loading-indicator');
16 select.classed('visible', false);
17 setTimeout(function(){
18 select.style('display', 'none')
19 }, 500)
20
21 }
22}

Calls

no outgoing calls

Tested by

no test coverage detected