Skip to content

Commit

Permalink
removed unnecessary chromaticPauseAnimationAtEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Thibault committed Nov 14, 2022
1 parent 0e617f3 commit 4a73322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ export default {
component: Listbox,
parameters: {
chromatic: {
delay: 100,
chromaticPauseAnimationAtEnd: true
delay: 100
}
}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export default {
component: ThemeProvider,
parameters: {
chromatic: {
delay: 100,
chromaticPauseAnimationAtEnd: true
delay: 100
}
}
};
Expand Down

0 comments on commit 4a73322

Please sign in to comment.