Skip to content

Commit 4dd00fe

Browse files
authored
Add missing instructions to moving-gradient documentation (#401)
1 parent 033fada commit 4dd00fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/docs/background/moving-gradient.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ author: harimanok_
1515
```js
1616
theme: {
1717
extend: {
18+
animation: {
19+
"bg-position": "bg-position 3s infinite alternate",
20+
},
1821
keyframes: {
1922
"bg-position": {
2023
"0%": { backgroundPosition: "0% 50%" },

0 commit comments

Comments
 (0)