Skip to content

Commit

Permalink
fix(cookie-clicker): reversed glow animation name
Browse files Browse the repository at this point in the history
  • Loading branch information
VodBox committed Jan 9, 2025
1 parent 36af7a6 commit ddf4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/cookie-clicker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function cookieClicker(props: ChannelProps) {
{/* Big Cookie */}
<VerticalSection style={{ overflow: 'clip' }}>
<CookieGlow />
<CookieGlow style={{ animation: 'rotate 8s infinite linear reverse' }} />
<CookieGlow style={{ animationDuration: '8s', animationDirection: 'reverse' }} />

<Cookie
css={css`
Expand Down

0 comments on commit ddf4e62

Please sign in to comment.