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