MCPcopy Create free account
hub / github.com/pomber/code-surfer / halfFadeOut

Function halfFadeOut

packs/standalone/src/animation.ts:138–140  ·  view source on GitHub ↗
(offOpacity = 0)

Source from the content-addressed store, hash-verified

136}
137
138export function halfFadeOut(offOpacity = 0) {
139 return chain([[0.5, fadeOut(offOpacity)], [1, undefined]]);
140}
141
142export function scrollToFocus(
143 stepPair: Tuple<Step>,

Callers 2

TitleFunction · 0.90
SubtitleFunction · 0.90

Calls 2

chainFunction · 0.85
fadeOutFunction · 0.85

Tested by

no test coverage detected