a lot of people hav been asking so heres a tutorial
here i redefined the blink tag so it's easier for me
<blink>white to red to white</blink>
<style>
blink{
animation:blinkingcolors 0.5s linear infinite}
@keyframes blinkingcolors{
0%{color:#ff0000}
50%{color:#ffffff}
100%{color:#ff0000}}
</style>
but if you want you can make a new class
a buncha colors
<div class="rainbow">a buncha colors</div>
<style>
.rainbow{
animation:myrainbow 1.0s linear infinite}
@keyframes myrainbow{
0%{color:#f54242}
25%{color:#f2bf3f}
50%{color:#61eb3b}
75%{color:#2895ed}
100%{color:#f54242}}
</style>
Comments
Displaying 4 of 4 comments ( View all | Add Comment )
Polentitaaasada!ඞ
OMG how cool! Thanks! :D
Report Comment
Flan
is there a way to use this code on the "__ blurb's" text?? D:
Report Comment
Cocaine Angel
THANK YOU SM!!
Report Comment
Yokoo
THANK UUUUUUUUUU
Report Comment
np :p
by michael murder; ; Report