@ -11,7 +11,7 @@ import kotlin.math.max
class ReplayerConfiguration(var handHistory: HandHistory) {
private val animationFramesPerSecond = 50
private val animationFramesPerSecond = 60
val animationRate: Long
get() { return 1000L / this.animationFramesPerSecond}
private val animationDuration = 200L