Skip to content

Commit cf8049e

Browse files
committed
docs: udpate
1 parent a62f3ff commit cf8049e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/ScriptReference/Effects/JCS_FadeObject.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)