MCPcopy Create free account
hub / github.com/NV404/gova / Repeat

Method Repeat

animate.go:41–44  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

39}
40
41func (a Animation) Repeat(n int) Animation {
42 a.RepeatCount = n
43 return a
44}
45
46// UseAnimation returns a runner that can start/stop an animation.
47// The tick callback receives progress from 0.0 to 1.0.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected