@@ -4,18 +4,22 @@ Fade object to a particular alpha channel.
44
55## Variables
66
7- | Name | Description |
8- | :---------------| :---------------------------------------------------|
9- | onFadeOut | The callback executes after fade out. |
10- | onFadeIn | The callback executes after fade-in. |
11- | onFading | The callback executes when fading in/out. |
12- | mEffect | Is current fade object doing the effect? |
13- | mVisible | Is current fade object visible? |
14- | mFadeTime | How long it fades. |
15- | mOverrideFade | Override the action before it complete the action. |
16- | mFadeInAmount | Maxinum of fade value. |
17- | mFadeOutAmount | Mininum of fade value. |
18- | mTimeType | Type of the delta time. |
7+ | Name | Description |
8+ | :----------------| :---------------------------------------------------|
9+ | onAfterFade | Execution after its done fading. |
10+ | onAfterFadeIn | Execution after its done fading in. |
11+ | onAfterFading | Execution after its done fading out. |
12+ | onBeforeFade | Exectuion before start fading. |
13+ | onBeforeFadeIn | Exectuion before start fading in. |
14+ | onBeforeFadeOut | Exectuion before start fading out. |
15+ | onFading | Execution while fading. |
16+ | mEffect | Is current fade object doing the effect? |
17+ | mVisible | Is current fade object visible? |
18+ | mFadeTime | How long it fades. |
19+ | mOverrideFade | Override the action before it complete the action. |
20+ | mFadeInAmount | Maxinum of fade value. |
21+ | mFadeOutAmount | Mininum of fade value. |
22+ | mTimeType | Type of the delta time. |
1923
2024## Functions
2125
0 commit comments