Skip to content

Commit

Permalink
fix: background-position var
Browse files Browse the repository at this point in the history
  • Loading branch information
notREKASH authored and itsarghyadas committed Nov 13, 2024
1 parent d2e95ab commit 7d55d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/components/animated-shiny-text.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ module.exports = {
keyframes: {
"shiny-text": {
"0%, 90%, 100%": {
"background-position": "calc(-100% - var(--shimmer-width)) 0",
"background-position": "calc(-100% - var(--shiny-width)) 0",
},
"30%, 60%": {
"background-position": "calc(100% + var(--shimmer-width)) 0",
"background-position": "calc(100% + var(--shiny-width)) 0",
},
},
},
Expand Down

0 comments on commit 7d55d62

Please sign in to comment.