1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-26 10:05:10 +00:00

combine article animations into one

This commit is contained in:
zumbiepig
2024-09-05 20:16:42 -07:00
parent e7ce15361e
commit c146fc70c1
2 changed files with 3 additions and 17 deletions

View File

@@ -803,7 +803,7 @@ body {
}
}
@keyframes article-open {
@keyframes article {
0% {
opacity: 0;
scale: 0;
@@ -816,17 +816,3 @@ body {
scale: 1;
}
}
@keyframes article-close {
0% {
opacity: 1;
scale: 1;
}
20% {
scale: 1.1;
}
100% {
opacity: 0;
scale: 0;
}
}