Finalize nice animations
This commit is contained in:
@@ -29,8 +29,8 @@ namespace AppleHills.Core.Settings
|
||||
[Tooltip("Scale for new cards when enlarged (1.5 = 150% of normal size)")]
|
||||
[SerializeField] private float newCardEnlargedScale = 1.5f;
|
||||
|
||||
[Tooltip("Scale for album cards when enlarged (2.5 = 250% of normal size)")]
|
||||
[SerializeField] private float albumCardEnlargedScale = 2.5f;
|
||||
[Tooltip("Scale for album cards when enlarged (4.0 = 400% of normal size - dramatic showcase)")]
|
||||
[SerializeField] private float albumCardEnlargedScale = 4.0f;
|
||||
|
||||
[Tooltip("Duration of scale animations in seconds")]
|
||||
[SerializeField] private float scaleDuration = 0.3f;
|
||||
|
||||
Reference in New Issue
Block a user