You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ See the example scene on `addons/simple-gui-transitions/example` to see it in ac
11
11
[Download it on Godot Asset Library](https://godotengine.org/asset-library/asset/1613)
12
12
13
13
## Project Settings
14
-
As of version v0.1.0 onwards the global transitions settings can be set on `Project Settings > GUI Transitions > Config`.
14
+
As of version v0.1.0 onwards the default transition settings can be set on `Project Settings > GUI Transitions > Config`.
15
15
Those settings will be applied on top of any default property on the node `GuiTransition`. This is useful to increase or decrease the speed of transitions on the whole project, for example. See each property description below.
16
16
17
17
## Node `GuiTransition`
@@ -39,12 +39,13 @@ The animation type of the controls when leaving the screen. The available animat
39
39
- Scale vertical, horizontal and both
40
40
41
41
#### Duration
42
-
The total animation duration in seconds, no matter how many controls will be animated.
42
+
The total animation duration in seconds. A negative value such as the default `-0.01`will make the transition use the default value set in Project Settings.
43
43
44
44
#### Delay
45
45
Delay ratio between transitions for each node contained in `Group` or `Controls`.
46
46
The default value is `0.5`.
47
47
48
+
- A negative value such as the default `-0.01` will make the transition use the default value set in Project Settings.
48
49
- A delay of `0.0` means no delay, that is, all controls will start and finish their animations at the same time.
49
50
- A delay of `1.0` will make each control wait for the previous one to finish its animation to start its own.
50
51
- A delay between `0.0` and `1.0` will make controls intertwine animations, giving a smoother effect.
0 commit comments