Skip to content

Commit

Permalink
Disable animation speed on playing board
Browse files Browse the repository at this point in the history
  • Loading branch information
johndiiorio committed Mar 19, 2018
1 parent 699d49b commit b2aa77f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client/app/components/game/boards/GameBoardsComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ export default class GameBoardsComponent extends React.Component {
move: this.onDropFromBoard,
dropNewPiece: this.onDropFromReserve
},
animation: {
enabled: false
},
viewOnly: false
};
const viewOnlyConfig = {
Expand Down

0 comments on commit b2aa77f

Please sign in to comment.