MCPcopy Create free account
hub / github.com/NMWplays/Glowify / isAbsolute

Function isAbsolute

theme.js:1713–1713  ·  view source on GitHub ↗
(u2)

Source from the content-addressed store, hash-verified

1711 s2.backdropFilter = "blur(var(--glowify-backdrop-blur, 2rem))";
1712 s2.webkitBackdropFilter = "blur(var(--glowify-backdrop-blur, 2rem))";
1713 document.body.appendChild(clone);
1714 requestAnimationFrame(() => {
1715 s2.transition = `transform ${EXIT_DURATION_MS}ms ${EXIT_EASING}, opacity ${EXIT_FADE_MS}ms ease-in`;
1716 s2.transform = "translateY(8px) scale(0.95)";

Callers 1

resolveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected