Type of the animation.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public enum AnimationEffect
Visual Basic
Public Enumeration AnimationEffect

Members

Member nameValueDescription
None0
FadeIn1
FadeOut2
ScrollInFromTop3
ScrollInFromRight4
ScrollInFromBottom5
ScrollInFromLeft6
ScrollOutToTop7
ScrollOutToRight8
ScrollOutToBottom9
ScrollOutToLeft10
Fold11
UnFold12
OpenVertically13
CloseVertically14
OpenHorizontally15
CloseHorizontally16
Shake17
Bounce18
DropInFromTop19
DropInFromRight20
DropInFromBottom21
DropInFromLeft22
DropOutToTop23
DropOutToRight24
DropOutToBottom25
DropOutToLeft26

See Also