CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

Template:Blinktext/anim.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
css for animation
 
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
.blink {     
.blink {     
   animation: blinker 3s step-start infinite;
   animation: blinker 2s step-start infinite;
}
}



Latest revision as of 00:44, 11 October 2025

.blink {    
  animation: blinker 2s step-start infinite;
}

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