Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pythongosssss/ComfyUI-Custom-Scripts
/ ani
Function
ani
web/js/common/lightbox.js:12–16 ·
view source on GitHub ↗
(a, t, b)
Source
from the content-addressed store, hash-verified
10
};
11
12
const
ani =
async
(a, t, b) => {
13
a();
14
await
new
Promise((r) => setTimeout(r, t));
15
b();
16
};
17
18
export
class
Lightbox {
19
constructor() {
Callers
1
close
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected