Skip to content

Commit

Permalink
increase duration for update
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Nov 26, 2024
1 parent 4e4dcbb commit deca9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/explorer/ExplorerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const Trades = ({ trades, className }: TradesProps) => {
values.current = structuredClone(nextValues);
runAnimation();
} else {
const frames = 20 * fps.current;
const frames = 30 * fps.current;
const nextValues = new Array(frames);
const delta = trades - last;
for (let i = 0; i < frames; i++) {
Expand Down

0 comments on commit deca9d1

Please sign in to comment.