Dev: Various new animations#127
Draft
b-j-roberts wants to merge 5 commits intomainfrom
Draft
Conversation
- Add upward-moving text particle with larger font size to FlashBurst - Miner & Sequencer: Show red incorrect hashes on click, green valid hash with leading zeros on success - Prover & DA: Show red jumbled letters on click, green success messages on completion - Pass special text and color through FlashBurstManager to FlashBurst component - Update all confirmer components to provide appropriate flash text 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix final click showing correct green color by checking progress >= 0.99 before flash - Add random angle variance (±25°) to special text particles for more natural movement - Apply consistent completion detection to all components (Miner, Sequencer, Prover, DA) - Particles now move at slight angles instead of purely upward 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add consistent shadow styling to buttons, modals, and interactive elements - Use shadow-lg shadow-black/50 pattern for primary interactive components - Add subtle shadows to blocks and headers for visual hierarchy - Maintain pixel art aesthetic by using appropriate shadow intensities - Include cross-platform shadow support with elevation for Android 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- BlockTx components now explode outward from block center before sliding - Animation sequence: hold → explode (400ms) → scale down → slide left - Each transaction moves 30-60px in radial direction from block center - Staggered explosion timing (50ms delay per transaction) for visual effect - Faster, snappier animation (200ms out, 200ms back) for better feel 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Subtle explosion effect triggers when clicking to mine or sequence blocks - Much smaller movement (5-10px vs 30-60px) for tactile feedback - Faster animation (150ms vs 400ms) that happens during block shake - Same radial direction pattern but with 20ms stagger between transactions - Provides visual feedback for user interactions without overwhelming the main animation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
No description provided.