We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f80d5 commit 49652f6Copy full SHA for 49652f6
docs/ScriptReference/Effects/JCS_FadeObject.md
@@ -23,9 +23,9 @@ Fade object to a particular alpha channel.
23
24
## Functions
25
26
-| Name | Description |
27
-|:----------|:---------------------------------|
28
-| IsFadeIn | Check if the object is fade in? |
29
-| IsFadeOut | Check if the object is fade out. |
30
-| FadeOut | Fade out the object. |
31
-| FadeIn | Fade in the object. |
+| Name | Description |
+|:----------|:---------------------------------------|
+| IsFadeIn | Return true if the object is fade in. |
+| IsFadeOut | Return true if the object is fade out. |
+| FadeOut | Fade out the object. |
+| FadeIn | Fade in the object. |
0 commit comments