MCPcopy
hub / github.com/pythongosssss/ComfyUI-Custom-Scripts / close

Method close

web/js/common/lightbox.js:75–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 close() {
76 ani(
77 () => (this.el.style.opacity = 0),
78 200,
79 () => (this.el.style.display = "none")
80 );
81 }
82
83 async show(images, index) {
84 this.images = images;

Callers 7

constructorMethod · 0.95
downloadFunction · 0.80
saveMethod · 0.80
setupFunction · 0.80
constructorMethod · 0.80
initFunction · 0.80
lightbox.jsFile · 0.80

Calls 1

aniFunction · 0.85

Tested by

no test coverage detected