Template:Partykillingtext/anim.css

From Sidson Wiki
Revision as of 18:18, 22 November 2025 by MoonSid (talk | contribs) (Created page with ".fire-text { animation: fire-animation 2s infinite alternate; } @keyframes fire-animation { 0% { text-shadow: -1px -1px 2px black; } 100% { text-shadow: 1px 1px 2px black; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

.fire-text {

 animation: fire-animation 2s infinite alternate;

}

@keyframes fire-animation {

 0% {
   text-shadow: -1px -1px 2px black;
 }
 100% {
   text-shadow: 1px 1px 2px black;
 }

}