MCPcopy Create free account
hub / github.com/Tong89/smartNode / _stopLinkAnimation

Function _stopLinkAnimation

frontend/app.js:931–936  ·  view source on GitHub ↗

* 停止链路流动动画循环(当无活跃传输链路时调用)。

()

Source from the content-addressed store, hash-verified

929 * 停止链路流动动画循环(当无活跃传输链路时调用)。
930 */
931 _stopLinkAnimation() {
932 if (this._linkAnimFrame !== null) {
933 cancelAnimationFrame(this._linkAnimFrame);
934 this._linkAnimFrame = null;
935 }
936 },
937
938 makeLabel(text, color, pixelOffsetY) {
939 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected