Click or drag to resize
AnimationType Enumeration
Represents the effects that can be used in an animation.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum AnimationType
Members
  Member nameValueDescription
None0
Linear1
InQuad2
OutQuad3
InOutQuad4
InCubic5
OutCubic6
InOutCubic7
InQuart8
OutQuart9
InOutQuart10
InQuint11
OutQuint12
InOutQuint13
InSine14
OutSine15
InOutSine16
InExpo17
OutExpo18
InOutExpo19
InBack20
OutBack21
InOutBack22
InBounce23
OutBounce24
InOutBounce25
InElastic26
OutElastic27
InOutElastic28
See Also