SHUFFLING_ANIMATION_UPPER_BOUND

const val SHUFFLING_ANIMATION_UPPER_BOUND: Int = 2700

Upper bound of the duration of the animation of the progress bar during shuffling.

Following the implementation in startShowingTiles (found in NPuzzleActivity class), the actual duration of this animation is between SHUFFLING_ANIMATION_OFFSET and SHUFFLING_ANIMATION_UPPER_BOUND + SHUFFLING_ANIMATION_OFFSET, inclusive.