MCPcopy Create free account
hub / github.com/Semantic-Org/Semantic-UI-CSS / animationCallback

Function animationCallback

semantic.js:12589–12594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12587 labelInterval: function() {
12588 var
12589 animationCallback = function() {
12590 module.verbose('Bar finished animating, removing continuous label updates');
12591 clearInterval(module.interval);
12592 animating = false;
12593 module.set.labels();
12594 }
12595 ;
12596 clearInterval(module.interval);
12597 module.bind.transitionEnd(animationCallback);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…