Skip to content

Commit

Permalink
fix: Decrease pieces animation length
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Aug 20, 2023
1 parent 9faeed2 commit 89519ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chessboard/chessboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Chessboard = forwardRef<ClearPremoves>((props, ref) => {
<ChessboardParent
ref={ref}
customArrowColor={ARROW_COLOR}
animationDuration={300}
animationDuration={200}
position={currentPosition.fen}
customArrows={currentPosition.arrows}
boardOrientation={boardOrientation}
Expand Down

0 comments on commit 89519ae

Please # to comment.