gitstack

grindlemire/go-tui code browser

451 B markdown 17 lines 2026-04-18 · 7dc88fd raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Animation

Demonstrates four terminal animation patterns: frame-cycling spinners, eased progress bars with fractional block characters, a per-character HSL color wave, and a pulsing border using gradient interpolation. All driven by a single 60fps timer.

## Screenshot

![Animation](../../docs/images/guides/20.png)

## Run

```bash
go run .
```

## Guide

For a detailed walkthrough, see the [Animation guide](https://go-tui.dev/guide/animation).