MCPcopy 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
12const ani = async (a, t, b) => {
13 a();
14 await new Promise((r) => setTimeout(r, t));
15 b();
16};
17
18export class Lightbox {
19 constructor() {

Callers 1

closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected