mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #47892 from XDTM/smoothHypnosis
Makes the hypnosis text color animation smoother
This commit is contained in:
@@ -368,7 +368,7 @@ h1.alert, h2.alert {color: #000000;}
|
||||
.redtext {color: #c51e1e; font-size: 185%;}
|
||||
.clown {color: #ff70c1; font-size: 160%; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;}
|
||||
.his_grace {color: #15D512; font-family: "Courier New", cursive, sans-serif; font-style: italic;}
|
||||
.hypnophrase {color: #202020; font-weight: bold; animation: hypnocolor 1500ms infinite;}
|
||||
.hypnophrase {color: #202020; font-weight: bold; animation: hypnocolor 1500ms infinite; animation-direction: alternate;}
|
||||
@keyframes hypnocolor {
|
||||
0% {color: #202020;}
|
||||
25% {color: #4b02ac;}
|
||||
|
||||
@@ -365,7 +365,7 @@ h1.alert, h2.alert {color: #000000;}
|
||||
.redtext {color: #FF0000; font-size: 185%;}
|
||||
.clown {color: #FF69Bf; font-size: 160%; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;}
|
||||
.his_grace {color: #15D512; font-family: "Courier New", cursive, sans-serif; font-style: italic;}
|
||||
.hypnophrase {color: #0d0d0d; font-weight: bold; animation: hypnocolor 1500ms infinite;}
|
||||
.hypnophrase {color: #0d0d0d; font-weight: bold; animation: hypnocolor 1500ms infinite; animation-direction: alternate;}
|
||||
@keyframes hypnocolor {
|
||||
0% {color: #0d0d0d;}
|
||||
25% {color: #410194;}
|
||||
|
||||
@@ -121,7 +121,7 @@ h1.alert, h2.alert {color: #000000;}
|
||||
.redtext {color: #FF0000; font-size: 3;}
|
||||
.clown {color: #FF69Bf; font-size: 3; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;}
|
||||
.his_grace {color: #15D512; font-family: "Courier New", cursive, sans-serif; font-style: italic;}
|
||||
.hypnophrase {color: #3bb5d3; font-weight: bold; animation: hypnocolor 1500ms infinite;}
|
||||
.hypnophrase {color: #3bb5d3; font-weight: bold; animation: hypnocolor 1500ms infinite; animation-direction: alternate;}
|
||||
@keyframes hypnocolor {
|
||||
0% {color: #0d0d0d;}
|
||||
25% {color: #410194;}
|
||||
|
||||
Reference in New Issue
Block a user