diff --git a/pages/404.js b/pages/404.js index 76bb7770..32f2300a 100644 --- a/pages/404.js +++ b/pages/404.js @@ -160,12 +160,12 @@ const Blinking = styled(Heading)` &:after { left: 2px; text-shadow: -2px 0 ${theme.colors.red}; - animation: ${animation1} 2s infinite linear alternate-reverse; + animation: ${animation1} 2s infinite steps(2, jump-end) alternate-reverse; } &:before { left: -2px; text-shadow: -2px 0 ${theme.colors.cyan}; - animation: ${animation2} 4s infinite linear alternate-reverse; + animation: ${animation2} 4s infinite steps(2, jump-end) alternate-reverse; } `