feat(tui): add lightweight animation system with memory-safe design#302
Open
WqyJh wants to merge 1 commit into
Open
feat(tui): add lightweight animation system with memory-safe design#302WqyJh wants to merge 1 commit into
WqyJh wants to merge 1 commit into
Conversation
- Add animation utility library with easing functions, timers, and frame hooks - Add MessageAppear, SlideIn, PulseGlow transition components - Add TypingIndicator, ProgressBar UI components - Add RippleEffect, FloatingDots, BreathingBorder visual effects - Add EnhancedSpinner with 6 animation styles (dots, line, pulse, wave, orbit, bounce) - Add MatrixRain, ParticleSystem, ScanLine, GlitchEffect, NeonGlow, TypewriterText - Add animation config system with themes (minimal, subtle, balanced, vibrant, cyberpunk, nature) - Add AnimationPerformanceMonitor with FPS tracking and memory monitoring - Add /animations command for settings dialog and /animation-showcase for demo - All animations respect animations_enabled KV setting - Proper cleanup of setInterval/requestAnimationFrame in onCleanup - No memory leaks: all timers cancelled on component unmount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New Files
Modified Files
Mirrored from XiaomiMiMo/MiMo-Code#553 — original author @xjwm5685-ui.