MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / shineTickCmd

Function shineTickCmd

internal/ui/program.go:228–232  ·  view source on GitHub ↗

shineTickCmd schedules the next shine animation frame.

()

Source from the content-addressed store, hash-verified

226
227// shineTickCmd schedules the next shine animation frame.
228func shineTickCmd() tea.Cmd {
229 return tea.Tick(shineFrameMs*time.Millisecond, func(time.Time) tea.Msg {
230 return shineTickMsg{}
231 })
232}
233
234// easeInOutCubic maps t ∈ [0,1] to [0,1] with a smooth-start/smooth-end
235// shape: slow entrance, fast middle, slow exit. The classic curve for

Callers 2

InitMethod · 0.85
UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected