Edits landing page animation

This commit is contained in:
Ezekiel Aquino
2018-12-12 20:37:11 +01:00
parent 885c22676b
commit be045dad9b

View File

@@ -64,19 +64,19 @@ const Image = styled.svg`
`;
const TopCircle = styled.circle`
animation: ${moveUp} 3s infinite;
animation: ${moveUp} 3s -1.5s infinite;
`;
const LeftCircle = styled.circle`
animation: ${moveLeft} 3s infinite;
animation: ${moveLeft} 3s -1.5s infinite;
`;
const Oblong = styled.path`
animation: ${moveLeft} 3s infinite;
animation: ${moveLeft} 3s -1.5s infinite;
`;
const Square = styled.path`
animation: ${moveDiag} 3s infinite;
animation: ${moveDiag} 3s -1.5s infinite;
`;
const Rectangle = styled.path`
animation: ${moveRight} 3s infinite;
animation: ${moveRight} 3s -1.5s infinite;
`;
const Logo = styled.path`