[Unfold transition] Increase spring stiffness
Increases spring stiffness to reduce animation duration during unfold. Bug: 244572138 Change-Id: Ia34daee3ee6092e9fd1f5e3d3b5305506f9a4a80 Test: manual
This commit is contained in:
@@ -203,6 +203,6 @@ class PhysicsBasedUnfoldTransitionProgressProvider(
|
||||
private const val TAG = "PhysicsBasedUnfoldTransitionProgressProvider"
|
||||
private const val DEBUG = true
|
||||
|
||||
private const val SPRING_STIFFNESS = 200.0f
|
||||
private const val SPRING_STIFFNESS = 600.0f
|
||||
private const val MINIMAL_VISIBLE_CHANGE = 0.001f
|
||||
private const val FINAL_HINGE_ANGLE_POSITION = 165f
|
||||
|
||||
Reference in New Issue
Block a user