Web: Shared: Components: ProgressBar. fixed animation

This commit is contained in:
Elyor Djalilov 2024-05-07 20:03:57 +05:00
parent 1b07ae5aac
commit 008d652b35

View File

@ -33,7 +33,7 @@ const loadingAnimation = keyframes`
}
100% {
transform: translateX(300%);
transform: translateX(400%);
}
`;