Template:Animatedrainbowtext/animation.css

From Zoophilia Wiki
Revision as of 15:45, 30 March 2026 by Aryanofpoop (talk | contribs) (Created page with "@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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
@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;
}