Skip to content

Commit

Permalink
feat(tailwind-plugins): update indeterminate bar animation name
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Aug 24, 2023
1 parent 520f54a commit bcf64eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/tailwind-plugins/animations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ module.exports = plugin.withOptions(
'slide-right': 'slideRight 0.5s ease-in-out',
'slide-bottom': 'slideBottom 0.5s ease-in-out',
'slide-left': 'slideLeft 0.5s ease-in-out',
'indeterminate-bar':
'standalone-indeterminate-bar':
'indeterminateBar 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite normal none running',
},
},
Expand Down

0 comments on commit bcf64eb

Please sign in to comment.