Delay saving animation to give impression of faster saving
This commit is contained in:
@ -21,8 +21,9 @@ const Container = styled.div`
|
|||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
|
||||||
background-color: #03A9F4;
|
background-color: #03A9F4;
|
||||||
width: 100%;
|
width: 0;
|
||||||
animation: ${loadingFrame} 4s ease-in-out infinite;
|
animation: ${loadingFrame} 4s ease-in-out infinite;
|
||||||
|
animation-delay: 250ms;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Loader = styled.div`
|
const Loader = styled.div`
|
||||||
|
Reference in New Issue
Block a user