Skip to content

Commit 7499e6a

Browse files
committed
update timing
1 parent 418cbdd commit 7499e6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/FindWallet/WalletTable.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ const FlexInfoCenter = styled(FlexInfo)`
274274
cursor: pointer;
275275
height: 100%;
276276
display: flex;
277-
animation: ${fadeIn} 0.25s;
277+
animation: ${fadeIn} 0.375s;
278278
279279
&.fade {
280-
animation: ${fadeOut} 0.25s;
280+
animation: ${fadeOut} 0.375s;
281281
}
282282
`
283283

@@ -739,7 +739,7 @@ const WalletTable = ({ data, filters, walletData }) => {
739739
for (let item of domItems) {
740740
item.classList.remove("fade")
741741
}
742-
}, 500)
742+
}, 375)
743743

744744
trackCustomEvent({
745745
eventCategory: "WalletFeatureCompare",

0 commit comments

Comments
 (0)