Bubble Glow wraps every message you send in a pulsing purple glow — a soft box-shadow that breathes from barely-there to a full violet radiance in a 2-second loop, making your messages visually distinct from everyone else in the feed.
Bubble Glow is a bubble-type power that applies an animated box-shadow to your message bubble element (.mbubble). It pulses purple at a 2-second ease-in-out rhythm. Bubble powers are mutually exclusive — only one bubble effect can be active at a time.
.pwr-bubble-glow {
animation: pwr-bubble-glow 2s ease-in-out infinite;
}
@keyframes pwr-bubble-glow {
0%, 100% { box-shadow: 0 0 6px rgba(168,85,247,0.5); }
50% { box-shadow: 0 0 20px rgba(168,85,247,1.0),
0 0 35px rgba(168,85,247,0.45); }
}
| Power | Colour | Cost |
|---|---|---|
| Bubble Glow | Purple | 400 Gold |
| Rainbow Bubble | Full rainbow | 600 Gold |
| Neon Bubble | Cycling neon | 700 Gold |
| Fire Bubble | Orange-red fire | 800 Gold |
| Gold Bubble | Gold shimmer | 500 Gold |
Yes — bubble effects and avatar pulses are separate groups.
No. Permanent purchase.
No comments yet — be the first!
Leave a Comment