Delay saving animation to give impression of faster saving

This commit is contained in:
Jori Lallo
2017-07-09 20:58:33 -07:00
parent b4c4a5d64c
commit e23194fa57

View File

@ -21,8 +21,9 @@ const Container = styled.div`
z-index: 9999;
background-color: #03A9F4;
width: 100%;
width: 0;
animation: ${loadingFrame} 4s ease-in-out infinite;
animation-delay: 250ms;
`;
const Loader = styled.div`