Skip to content

Commit

Permalink
feat(ui): overwrite tailwind ping animation keyframes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Sep 17, 2023
1 parent 43d64d2 commit b77fc00
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ module.exports = {
}
}
}
},
keyframes: {
ping: {
'0%': {
transform: 'scale(1)'
},
'100%': {
transform: 'scale(3)',
opacity: 0
}
}
}
},
plugins: [
Expand Down

0 comments on commit b77fc00

Please sign in to comment.