mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 20:22:51 +00:00
fix 0 values
This commit is contained in:
parent
a57e5dffe8
commit
f46895e41e
@ -1287,7 +1287,7 @@ GameDatabase.news = [
|
||||
text:
|
||||
"AD Player: \"How many orders of magnitude are you on?\" Normal person: \"Like, maybe 5 or 6 right now, my " +
|
||||
"dude.\" AD Player: \"You are like a little baby. Watch this: <span style='animation: text-crunch 22s " +
|
||||
"1; font-size: 0rem;'>C R O N C H</span>\""
|
||||
"1; font-size: 0;'>C R O N C H</span>\""
|
||||
},
|
||||
{
|
||||
id: "a239",
|
||||
|
@ -987,7 +987,7 @@ screen and (max-width: 480px) {
|
||||
@keyframes text-crunch {
|
||||
0% {font-size: 1.5rem;}
|
||||
90% {font-size: 1.5rem;}
|
||||
100% {font-size: 0rem;}
|
||||
100% {font-size: 0;}
|
||||
}
|
||||
|
||||
@keyframes text-flash {
|
||||
@ -1002,7 +1002,7 @@ screen and (max-width: 480px) {
|
||||
}
|
||||
|
||||
@keyframes text-stretch {
|
||||
0% {letter-spacing: 0rem;}
|
||||
0% {letter-spacing: 0;}
|
||||
100% {letter-spacing: 30rem;}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user