oakmac / chessboard2

chessboard.js v2
ISC License
81 stars 7 forks source link

support moving / animating arrows? #20

Open oakmac opened 1 year ago

oakmac commented 1 year ago

Currently Analysis Arrows are added and removed from the board instantly.

Should the API support moving an Analysis Arrow? Would there be any value in animating arrows from square to square?

// Example:
board.moveArrow('e2-e4', 'd2-d4')