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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user