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: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
Created page with ".blink-text { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }"
 
Somerandomdude6767 changed the content model of the page User:Somerandomdude6767/Template:Blink/styles.css from "CSS" to "Sanitized CSS"
 
(No difference)

Latest revision as of 02:01, 21 March 2026

.blink-text {
    animation: blinker 1s linear infinite;
}

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