File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
docs/ScriptReference/Effects Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,11 @@ Fade object to a particular alpha channel.
2323
2424## Functions
2525
26- | Name | Description |
27- | :----------| :---------------------------------------|
28- | IsFadeIn | Return true if the object is fade in. |
29- | IsFadeOut | Return true if the object is fade out. |
30- | FadeOut | Fade out the object. |
31- | FadeIn | Fade in the object. |
26+ | Name | Description |
27+ | :------------| :---------------------------------------|
28+ | IsFadeIn | Return true if the object is fade in. |
29+ | IsFadeOut | Return true if the object is fade out. |
30+ | IsFadingIn | Return true if we are fading in. |
31+ | IsFadingOut | Return true if we are fading out. |
32+ | FadeOut | Fade out the object. |
33+ | FadeIn | Fade in the object. |
You can’t perform that action at this time.
0 commit comments