Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f18ee75 authored by Nick Chameyev's avatar Nick Chameyev
Browse files

[Unfold transition] Increase spring stiffness

Increases spring stiffness to reduce animation
duration during unfold.

Bug: 244572138
Change-Id: Ia34daee3ee6092e9fd1f5e3d3b5305506f9a4a80
Test: manual
parent 8fa46d14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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