Type of the animation.
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)
Syntax
C# |
---|
public enum AnimationEffect |
Visual Basic |
---|
Public Enumeration AnimationEffect |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
FadeIn | 1 | ||
FadeOut | 2 | ||
ScrollInFromTop | 3 | ||
ScrollInFromRight | 4 | ||
ScrollInFromBottom | 5 | ||
ScrollInFromLeft | 6 | ||
ScrollOutToTop | 7 | ||
ScrollOutToRight | 8 | ||
ScrollOutToBottom | 9 | ||
ScrollOutToLeft | 10 | ||
Fold | 11 | ||
UnFold | 12 | ||
OpenVertically | 13 | ||
CloseVertically | 14 | ||
OpenHorizontally | 15 | ||
CloseHorizontally | 16 | ||
Shake | 17 | ||
Bounce | 18 | ||
DropInFromTop | 19 | ||
DropInFromRight | 20 | ||
DropInFromBottom | 21 | ||
DropInFromLeft | 22 | ||
DropOutToTop | 23 | ||
DropOutToRight | 24 | ||
DropOutToBottom | 25 | ||
DropOutToLeft | 26 |