Skip to content

Commit

Permalink
Style enhancement regarding animation when adding a new vc
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatrakazas committed Jul 2, 2024
1 parent 143a698 commit 6615fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/context/CredentialsContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export const CredentialsProvider = ({ children }) => {
setLatestCredentials(latestCreds);
setTimeout(() => {
setLatestCredentials(new Set());
}, 4000);
}, 2000);
} else {
setLatestCredentials(new Set());
}

setVcEntityList(vcEntityList);
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ button.reactour__close {
}

.highlight-filter {
animation: highlight-filter 3s ease-in-out;
animation: highlight-filter 2s ease-in-out;
}

.fade-in {
Expand Down

0 comments on commit 6615fa0

Please sign in to comment.