Tick advances the spinner animation frame.
()
| 148 | |
| 149 | // Tick advances the spinner animation frame. |
| 150 | func (c *CompletionScreen) Tick() { |
| 151 | c.spinnerFrame++ |
| 152 | } |
| 153 | |
| 154 | // TickConfetti advances the confetti animation by one frame. |
| 155 | func (c *CompletionScreen) TickConfetti() { |
no outgoing calls