Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
export
function
halfFadeOut(offOpacity = 0) {
139
return
chain([[0.5, fadeOut(offOpacity)], [1, undefined]]);
140
}
141
142
export
function
scrollToFocus(
143
stepPair: Tuple<Step>,
Callers
2
Title
Function · 0.90
Subtitle
Function · 0.90
Calls
2
chain
Function · 0.85
fadeOut
Function · 0.85
Tested by
no test coverage detected