Exemple #1
0
 private void Close(object data = null)
 {
     _tracker.TryUpdatePositionWithAnimation(GetScrollKFA(new Vector3(0, _tracker.MinPosition.Y, 0)));
     State = HalfModalState.Closed;
     Closed?.Invoke(this, data);
 }
Exemple #2
0
 private void OpenFull()
 {
     _tracker.TryUpdatePositionWithAnimation(GetScrollKFA(new Vector3(0, 0, 0)));
     State = HalfModalState.Full;
 }