Skip to content

Commit

Permalink
bugfix+格式化
Browse files Browse the repository at this point in the history
对所有文件进行统一prettier格式化,修复css文件里面的报错属性
对lone的信息页和u的一将成名样式进行适配跟进
  • Loading branch information
mengxinzxz committed Nov 15, 2024
1 parent ea14c7d commit b8120ab
Show file tree
Hide file tree
Showing 33 changed files with 9,540 additions and 10,873 deletions.
43 changes: 27 additions & 16 deletions animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,33 @@
}

@keyframes player-died {
5%, 15%, 25%, 35%, 55%, 65% {
5%,
15%,
25%,
35%,
55%,
65% {
transform: translateX(5px) rotate(0deg);
}

10%, 30%, 40%, 50%, 70% {
10%,
30%,
40%,
50%,
70% {
transform: translateX(-5px) rotate(0deg);
}

20%, 60% {;
20%,
60% {
transform: translate(-1px) rotate(0deg);
}

45%, 85% {
45%,
85% {
transform: translateX(1px) rotate(0deg);
}

95% {
transform: translateX(-2px) rotate(0deg);
}
Expand All @@ -88,12 +99,12 @@
transform: scale(4);
opacity: 1;
}

20% {
transform: scale(1);
opacity: 1;
}

100% {
transform: scale(1);
opacity: 0;
Expand All @@ -104,11 +115,11 @@
0% {
transform: rotateY(0deg);
}

50% {
transform: rotateY(90deg);
}

100% {
transform: rotateY(0deg);
}
Expand All @@ -119,17 +130,17 @@
opacity: 0;
transform: scale(0.7);
}

40% {
opacity: 1;
transform: scale(1);
}

60% {
opacity: 1;
transform: scale(1);
}

100% {
opacity: 0;
transform: scale(1);
Expand All @@ -140,11 +151,11 @@
0% {
transform: translateX(0px);
}

4% {
transform: translateX(1px);
}

50% {
transform: translateX(-14px);
}
Expand All @@ -155,7 +166,7 @@
}

@keyframes fade-in-out-selectable {
0 {
0% {
opacity: 0;
}
50% {
Expand Down Expand Up @@ -214,7 +225,7 @@
80.00% {
background-position: -1840px 0px;
}

90.00%,
100% {
background-size: 2300px 100%;
Expand Down
44 changes: 27 additions & 17 deletions animation1.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}
}


@keyframes open {
from {
transform: scale(0);
Expand Down Expand Up @@ -49,22 +48,33 @@
}

@keyframes player-died {
5%, 15%, 25%, 35%, 55%, 65% {
5%,
15%,
25%,
35%,
55%,
65% {
transform: translateX(5px) rotate(0deg);
}

10%, 30%, 40%, 50%, 70% {
10%,
30%,
40%,
50%,
70% {
transform: translateX(-5px) rotate(0deg);
}

20%, 60% {;
20%,
60% {
transform: translate(-1px) rotate(0deg);
}

45%, 85% {
45%,
85% {
transform: translateX(1px) rotate(0deg);
}

95% {
transform: translateX(-2px) rotate(0deg);
}
Expand All @@ -79,12 +89,12 @@
transform: scale(4);
opacity: 1;
}

20% {
transform: scale(1);
opacity: 1;
}

100% {
transform: scale(1);
opacity: 0;
Expand All @@ -95,11 +105,11 @@
0% {
transform: rotateY(0deg);
}

50% {
transform: rotateY(90deg);
}

100% {
transform: rotateY(0deg);
}
Expand All @@ -110,17 +120,17 @@
opacity: 0;
transform: scale(0.7);
}

40% {
opacity: 1;
transform: scale(1);
}

60% {
opacity: 1;
transform: scale(1);
}

100% {
opacity: 0;
transform: scale(1);
Expand All @@ -131,11 +141,11 @@
0% {
transform: translateX(0px);
}

4% {
transform: translateX(1px);
}

50% {
transform: translateX(-14px);
}
Expand All @@ -146,7 +156,7 @@
}

@keyframes fade-in-out-selectable {
0 {
0% {
opacity: 0;
}
50% {
Expand Down Expand Up @@ -205,7 +215,7 @@
80.00% {
background-position: -1920px 0px;
}

90.00%,
100% {
background-size: 2400px 100%;
Expand Down
Loading

0 comments on commit b8120ab

Please sign in to comment.