Full CodePen-style toast: Xbox logo → trophy swap
The toast now matches the animation style from the standalone HTML demos we built from the Uenify CodePen.
What changed:
- The Xbox logo now appears inside the circle at idle
- When the banner expands, the Xbox logo fades out and the trophy fades in and starts rotating (rotateY)
- When the banner collapses, the trophy fades out and the Xbox logo returns
- The swap is seamless — both icons are absolutely positioned in the same space, one fades as the other appears
Timing (same as the CodePen):
- Xbox visible: 0-22% and 93-100% of the 10.5s cycle
- Trophy visible: 23-92% of the cycle
- Trophy rotates continuously while visible (6s rotateY loop)
Combined with v1.5.27's sound + darker rarity colors + horizontal banner gradient, the toasts now fully replicate the combined HTML version we perfected, with per-rarity color palettes applied.
Note on rare sound: currently using the regular achievement chime for all rarities. The rare Xbox chime (280KB) requires a backend endpoint to serve — will add in a follow-up if requested.