Rainbow Bubble wraps every message you send in a continuously cycling rainbow glow — the same six-colour spectrum used by the Prism name effect, now applied to your message bubble. Red, orange, yellow, green, blue, violet loop endlessly around your chat messages at 3 seconds per cycle.
Rainbow Bubble applies the same @keyframes rainbow sequence as Prism, but targeted at the box-shadow of your message bubble. Combine both for a fully coordinated rainbow experience — animated name and animated bubble in perfect sync.
.pwr-bubble-rainbow {
animation: pwr-bubble-rainbow 3s linear infinite;
}
@keyframes pwr-bubble-rainbow {
0% { box-shadow: 0 0 8px #ff4747; }
16% { box-shadow: 0 0 8px #ffa347; }
33% { box-shadow: 0 0 8px #fffe47; }
50% { box-shadow: 0 0 8px #47ff6f; }
66% { box-shadow: 0 0 8px #47b3ff; }
83% { box-shadow: 0 0 8px #d747ff; }
100% { box-shadow: 0 0 8px #ff4747; }
}
Both use a 3-second linear loop starting from the same red hue, so they stay visually in sync when both are active.
No. Permanent purchase.
No comments yet — be the first!
Leave a Comment