Skip to content

Commit

Permalink
remove backgroundAnimation option from showLoadingOverlay (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel authored Oct 15, 2024
1 parent f412543 commit 3b6773d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,10 +1282,6 @@ showLoadingOverlay: ({
* whether the loop animation should be stopped immediately or not (true by default)
*/
stopAnimationCycle?: boolean;
/**
* Whether the background animation is enabled (false by default)
*/
backgroundAnimation?: boolean;
/**
* List of description texts to be shown one after the other
*/
Expand Down
4 changes: 0 additions & 4 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,6 @@ export const showLoadingOverlay = (payload: {
* whether the loop animation should be stopped immediately or not (true by default)
*/
stopAnimationCycle?: boolean;
/**
* Whether the background animation is enabled (false by default)
*/
backgroundAnimation?: boolean;
/**
* List of description texts to be shown one after the other
*/
Expand Down

0 comments on commit 3b6773d

Please sign in to comment.