Add animation to auto replay.
This commit is contained in:
parent
7ccea94dc6
commit
e56e461d49
@ -1124,7 +1124,7 @@ const INTERFACE = {
|
||||
},
|
||||
replay_auto() {
|
||||
if(INTERFACE_DATA.replay_auto) {
|
||||
INTERFACE.replay_jump(INTERFACE_DATA.replay_turn + 1);
|
||||
INTERFACE.replay_jump(INTERFACE_DATA.replay_turn + 1, true);
|
||||
setTimeout(INTERFACE.replay_auto, 1000);
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user