remove logging
This commit is contained in:
@@ -349,8 +349,6 @@ namespace FlaxEngine.GUI
|
||||
var progress = _scrollAnimationProgress;
|
||||
progress = Mathf.Clamp(progress + step, 0, 1);
|
||||
|
||||
Debug.Log($"why {progress} {step} {minScrollChangeRatio}");
|
||||
|
||||
// https://easings.net/#easeInOutQuad
|
||||
var easedProgress = Mathf.Sin((progress * Mathf.Pi) / 2);
|
||||
value = Mathf.Lerp(_startValue, _targetValue, easedProgress);
|
||||
|
||||
Reference in New Issue
Block a user