Skip to content

Commit

Permalink
Allow customizing animation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Apr 19, 2023
1 parent 4755e79 commit a435211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ValkyrieIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ValkyrieIcon({
},
spin && {
svg: {
animation: `${spinAnimation} 2s infinite linear`,
animation: `${spinAnimation} var(--va-animation-duration, 2s) infinite linear`,
},
},
flip && {
Expand Down

0 comments on commit a435211

Please sign in to comment.