(n int)
| 39 | } |
| 40 | |
| 41 | func (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. |
nothing calls this directly
no outgoing calls
no test coverage detected