Skip to content

Commit

Permalink
Merge pull request #40 from franklinogf/main
Browse files Browse the repository at this point in the history
Edited pulse animation, was malformed
  • Loading branch information
midudev authored Feb 11, 2024
2 parents b047e72 + 3611561 commit 9ca273d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ export default {
'100%': { transform: 'translateX(0)' }
},
pulse: {
'0%, 100%': { transform: 'opacity: 1' },
'50%': { transform: 'opacity: 0.5' }
'0%, 100%': { opacity: '1' },
'50%': { opacity: '0.5' }
},
pulsing: {
'0%': { transform: 'scale(1)' },
Expand Down

0 comments on commit 9ca273d

Please sign in to comment.