From f65bf106af50875878746b2e2f0af89b1a0a5db4 Mon Sep 17 00:00:00 2001
From: anh-pham
Date: Thu, 9 Jan 2025 18:35:24 +0700
Subject: [PATCH] Readme
---
README.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d257bc1..999a53b 100644
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ ScreenManager.Close();
The screen fades out when hiding.
```cs
-ScreenManager.Close(onScreenClosed: null, hideAnimation: ScreenAnimation.FadeHide);
+ScreenManager.Close(hideAnimation: ScreenAnimation.FadeHide);
```
2.3. Custom Screen Animations:
@@ -183,6 +183,14 @@ ScreenManager.Add(screenName: "Screen1", animationObjectName:
+2.5. Screen Animation Speed
+
+In default, Screen Animation Speed is 1. You can change it.
+
+```cs
+ScreenManager.Set(screenAnimationSpeed: 1.5f);
+```
+
3. Events
3.1. On Screen Loaded
@@ -523,4 +531,4 @@ This software is released under the MIT License.
You are free to use it within the scope of the license.
However, the following copyright and license notices are required for use.
-https://github.com/AnhPham/Simple-Screen-Manager-for-Unity-aka-SS?tab=MIT-1-ov-file
+https://github.com/AnhPham/Simple-Screen-Manager-for-Unity-aka-SS?tab=MIT-1-ov-file
\ No newline at end of file