Screamer Forums and Screamer gallery have returned.

The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.

User:Somerandomdude6767/Template:Blink/styles.css

From Screamer Wiki
Revision as of 02:00, 21 March 2026 by Somerandomdude6767 (talk | contribs) (Created page with ".blink-text { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.blink-text {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}