Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ update
Method
update
assets/js/MouseTrails.js:90–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
ctx.fill();
89
}
90
update() {
91
if
(this.size > 0) {
92
let
s = this.size - 0.3;
93
this.size = (s <= 0) ? 0 : s;
94
}
95
}
96
}
97
98
window.addEventListener(
"DOMContentLoaded"
, init);
Callers
15
init
Function · 0.45
animate
Function · 0.45
_initProperties
Function · 0.45
physics-matter.js
File · 0.45
main
Function · 0.45
scatter_chart.js
File · 0.45
worldclock.js
File · 0.45
animate
Function · 0.45
main
Function · 0.45
animate
Function · 0.45
dg
Function · 0.45
eg
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected