Skip to content

Commit

Permalink
feat(tailwind): decrease background-change-sm animation time
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Sep 5, 2022
1 parent 81bbf2b commit 16f15b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
},
animation: {
'background-change': 'background-change 300s 0s infinite',
'background-change-sm': 'background-change 100s 0s infinite'
'background-change-sm': 'background-change 50s 0s infinite'
},
keyframes: {
'background-change': {
Expand Down

0 comments on commit 16f15b4

Please sign in to comment.