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

Function closeWithAnimation

theme.js:7906–7918  ·  view source on GitHub ↗
(overlay, root)

Source from the content-addressed store, hash-verified

7904 box-shadow: var(--glowify-shadow);
7905 outline: var(--glowify-outline, none) !important;
7906 line-height: 1;
7907 transition: transform 0.28s cubic-bezier(0.3, 2.25, 0.32, 1), box-shadow 0.28s ease, background-color 0.2s ease;
7908 }
7909 /* Drawn rather than the \u2039 \u203A characters: at this size the glyphs render thin
7910 and sit off-centre, since their metrics depend on whichever font Spotify
7911 has loaded. */
7912 .glowifySectionNavScrollBtn svg {
7913 display: block;
7914 width: 14px;
7915 height: 14px;
7916 fill: none;
7917 stroke: currentColor;
7918 stroke-width: 2.4;
7919 stroke-linecap: round;
7920 stroke-linejoin: round;
7921 }

Callers 2

openSettingsModalFunction · 0.85
onCloseFunction · 0.85

Calls 1

Tested by

no test coverage detected