Merge pull request #124 from jorilallo/jori/delay-saving-animation

Delay saving animation to give impression of faster saving
This commit is contained in:
Jori Lallo
2017-07-09 20:59:52 -07:00
committed by GitHub

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`