@@ -103,18 +103,16 @@ export default defineComponent({
pointer-events: none;
}
.score-animation {
- animation: 2s ease-in-out 0s infinite alternate change_color;
+ animation: 2s ease-in-out 0s infinite alternate change_size;
-@keyframes change_color {
+@keyframes change_size {
from {
- color: red;
font-size: 2em;
margin-top: -100px;
margin-left: -100px;
to {
- color: black;
font-size: 4em;
margin-top: -80px;
margin-left: -80px;
@@ -103,10 +103,10 @@ export default defineComponent({
color: red;