feat(mobile): egg hatching animation at the center of the companion timer - #367
Merged
DamienBattistella merged 1 commit intoAug 7, 2026
Merged
Conversation
…imer The free timer's companion mode now shows an egg at the dial's center that hatches progressively with the countdown: cracks appear at fixed milestones (3/4, 1/2, 1/4 of the time left), the egg trembles gently during the final seconds, then opens to reveal the hatched critter. Milestones are discrete on purpose so a child with ADHD can read the remaining time on the shell without continuous motion. Honors the system reduce-motion setting. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Aij7J5x1WzcLSKXddwzeyj
DamienBattistella
marked this pull request as ready for review
August 7, 2026 06:28
DamienBattistella
deleted the
claude/android-timer-hatching-animation-glspha
branch
August 7, 2026 06:28
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.
Résumé
Sur l'app Android, le minuteur en mode compagnon affiche désormais un œuf animé au centre du cadran dont l'éclosion progresse avec le compte à rebours (piste « fissures par étapes », choisie parmi les propositions visuelles) :
ALMOST_DONE_SEC), l'œuf tremble doucement (rotation ±4°).pickCritter()surgit de l'œuf avec un petit ressort. L'encart existant (nom + lien collection) est conservé sous le cadran.Détails
apps/mobile/src/components/hatching-egg.tsx: SVG (react-native-svg) + APIAnimatedde React Native (pas de nouvelle dépendance), piloté par la valeurprogressexistante duTimerScreen.!seq && companionEnabled && childId) ; le mode séquence est inchangé.Tests
pnpm typecheck(apps/mobile) ✅Propositions visuelles
Les 4 pistes explorées (A retenue) : https://claude.ai/code/artifact/23d512a5-013b-4795-98c2-e9c012517ca2
🤖 Generated with Claude Code
https://claude.ai/code/session_01Aij7J5x1WzcLSKXddwzeyj
Generated by Claude Code