lengthen glow animation cycle length.

pull/1706/head
Warrick Corfe-Tan 4 years ago
parent 5fe4ff8561
commit 0c5fd6236d

@ -92,7 +92,7 @@ const animation = (props: any) => {
`;
} else if (props.glowDuration !== undefined && props.glowStartDelay !== undefined) {
return css`
${glow(props.iconColor, props.glowDuration, props.glowStartDelay)} ${2}s ease-in infinite;
${glow(props.iconColor, props.glowDuration, props.glowStartDelay)} ${props.glowDuration}s ease-in infinite;
`;
} else {
return;

Loading…
Cancel
Save