AnimationElement
The Tip Animation Element type which holds all the information for the animation for the guide.
Property |
Type |
Description |
inType |
AnimationType |
Animation type when transitioning in. |
inDuration |
CGFloat |
Animation duration when transitioning in. |
inDirection |
AnimationDirection |
Animation direction when transitioning in. |
outType |
AnimationType |
Animation type when transitioning out. |
outDuration |
CGFloat |
Animation duration when transitioning out. |
outDirection |
AnimationDirection |
Animation direction when transitioning out. |
Animation Type
Enum Constant |
Value |
Description |
AnimationType_None |
0 |
No animation. |
AnimationType_Fade |
1 |
Fade animation, in and out. |
AnimationType_Slide |
2 |
Slide animation, in and out. |
AnimationType_Explode |
3 |
Explode animation, in only. |
AnimationType_Compress |
4 |
Compress animation, out only. |
Animation Direction
Enum Constant |
Value |
Description |
AnimationDirection_Unknown |
0 |
Unknown direction. |
AnimationDirection_Left |
1 |
Left direction. |
AnimationDirection_Top |
2 |
Top direction. |
AnimationDirection_Right |
3 |
Right direction. |
AnimationDirection_Bottom |
4 |
Bottom direction. |
Last update:
2024-01-30