Initial icon animation support

This commit is contained in:
2026-07-19 14:25:40 -04:00
parent e7264a0adb
commit 65dfb417d3
3 changed files with 86 additions and 12 deletions
+21 -2
View File
@@ -1,3 +1,22 @@
# neat_bar (WIP - DO NOT USE YET)
# neat_bar
A customizable replacement for the built-in Pebble action bar.
Customizable replacement for the built-in Pebble action bar.
## VS Stock Action Bar
### New Features
- Floating mode
- Rectangular mode on round watches
- Adjustable spread (distance between icons)
- Custom corner radius
- Custom width
- Custom height
- Custom x/y positions
- Legacy Pebble SDK 2.X-style preset
### Removed Features
- Custom animations
- Use built-in presets
- Move up/down/left/right (same as stock)
### Pending Features
- Built-in haptics
- Round-style (currently only rectangular, even on round watches)
- Legacy (background invert) animations support
- Teardown/destroy/deinit helper