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:Animatedrainbowtext/animation.css: Difference between revisions

From Soyjak Wiki, the free ensoyclopedia
Jump to navigationJump to search
Jackson (talk | contribs)
Created page with "@keyframes rainbow{ 0%{color: red;} 16%{color: orange;} 32%{color: yellow;} 48%{color: lime;} 64%{color: cyan;} 80%{color: blue;} 90%{color: #FF00FF;} 100%{color: red;} } .rainbow { animation: 2s rainbow infinite; }"
 
m CoblonDisciple moved page Template:AnimatedRainbowText/animation.css to Template:Animatedrainbowtext/animation.css without leaving a redirect
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
@keyframes rainbow{
@keyframes rainbow{
   0%{color: red;}
   0%{color: red;}
   16%{color: orange;}
   14%{color: orange;}
   32%{color: yellow;}
   28%{color: yellow;}
   48%{color: lime;}
   42%{color: lime;}
   64%{color: cyan;}
   56%{color: cyan;}
   80%{color: blue;}
   70%{color: blue;}
   90%{color: #FF00FF;}
   84%{color: #FF00FF;}
   100%{color: red;}
   100%{color: red;}
}
}


.rainbow {
.rainbow {
         animation: 2s rainbow
         animation: 5s rainbow
infinite;
infinite;
}
}

Latest revision as of 19:49, 31 May 2025

@keyframes rainbow{
   0%{color: red;}
   14%{color: orange;}
   28%{color: yellow;}
   42%{color: lime;}
   56%{color: cyan;}
   70%{color: blue;}
   84%{color: #FF00FF;}
   100%{color: red;}
}

.rainbow {
        animation: 5s rainbow
infinite;
}