Animate seller dashboard chart
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 47s
This commit is contained in:
@@ -624,7 +624,10 @@ const Dashboard = () => {
|
||||
}}
|
||||
onClick={() => setFocusedSellerId(current => current === seller.id ? null : seller.id)}
|
||||
style={{ cursor: 'pointer' }}
|
||||
isAnimationActive={false}
|
||||
isAnimationActive
|
||||
animationBegin={120}
|
||||
animationDuration={700}
|
||||
animationEasing="ease-out"
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user