Skip to content

Commit 18fd3c8

Browse files
Add WidgetAnimator docs
1 parent e4f6585 commit 18fd3c8

File tree

4 files changed

+567
-0
lines changed

4 files changed

+567
-0
lines changed

docs/frameworks/audioflinger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,5 +708,6 @@ AudioFlinger.record_wav("test.wav", duration_ms=5000)
708708
## See Also
709709

710710
- [Creating Apps](../apps/creating-apps.md) - Learn how to create MicroPythonOS apps
711+
- [WidgetAnimator](widget-animator.md) - Smooth UI animations
711712
- [LightsManager](lights-manager.md) - LED control for visual feedback
712713
- [SharedPreferences](preferences.md) - Store audio preferences

docs/frameworks/lights-manager.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,5 +648,6 @@ class StatusIndicatorActivity(Activity):
648648
## See Also
649649

650650
- [Creating Apps](../apps/creating-apps.md) - Learn how to create MicroPythonOS apps
651+
- [WidgetAnimator](widget-animator.md) - Smooth UI animations
651652
- [AudioFlinger](audioflinger.md) - Audio control for sound feedback
652653
- [SensorManager](sensor-manager.md) - Sensor integration for interactive effects

0 commit comments

Comments
 (0)