v0.4.0 - Demo Programs
What's New
This release adds 8 demo programs that showcase AnimAID's interactive capabilities for documentation and marketing purposes.
Demo Programs
| Demo | Description |
|---|---|
countdown_timer |
Real-time countdown with color transitions (green → yellow → red) |
live_list |
Reactive shopping cart showing .append() and .pop() |
score_tracker |
Game score tracking with automatic dict updates |
sorting_visualizer |
Bubble sort algorithm with step-by-step visualization |
dashboard |
Multi-type dashboard with HTMLString, HTMLDict, HTMLList, HTMLSet |
typewriter |
Typewriter effect with progressive styling |
todo_app |
Interactive todo list with CRUD operations |
data_pipeline |
ETL pipeline progress tracking |
Running Demos
# List available demos
uv run invoke demo-list
# Run a specific demo
uv run invoke demo countdown_timerDemo Previews
Sorting Visualizer
Dashboard
Other Changes
- New invoke tasks:
demoanddemo-list - Animated GIFs for all demos in documentation
- Updated README and docs with demo sections
Full Changelog: v0.3.0...v0.4.0

