Design: Adjust skeleton animation curve

This commit is contained in:
jhynsoo 2024-05-22 15:21:20 +09:00
parent b6cff02c5d
commit 49f56e5f39

View File

@ -134,7 +134,7 @@ function handleSubmit() {
);
background-size: 200% 100%;
background-position: 100% 0;
animation: skeleton 1.5s infinite ease-in-out;
animation: skeleton 1.5s infinite ease;
border-radius: 4px;
}