AnimationType Enumeration |
Represents the effects that can be used in an animation.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum AnimationType
Public Enumeration AnimationType
public enum class AnimationType
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Linear | 1 | |
| InQuad | 2 | |
| OutQuad | 3 | |
| InOutQuad | 4 | |
| InCubic | 5 | |
| OutCubic | 6 | |
| InOutCubic | 7 | |
| InQuart | 8 | |
| OutQuart | 9 | |
| InOutQuart | 10 | |
| InQuint | 11 | |
| OutQuint | 12 | |
| InOutQuint | 13 | |
| InSine | 14 | |
| OutSine | 15 | |
| InOutSine | 16 | |
| InExpo | 17 | |
| OutExpo | 18 | |
| InOutExpo | 19 | |
| InBack | 20 | |
| OutBack | 21 | |
| InOutBack | 22 | |
| InBounce | 23 | |
| OutBounce | 24 | |
| InOutBounce | 25 | |
| InElastic | 26 | |
| OutElastic | 27 | |
| InOutElastic | 28 | |
See Also