CODIUM Programming Language (CPL) CodiumSDK CPL AnimationDirection
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
| C# |
| public enum AnimationDirection |
| Constante | Descripción | |
|---|---|---|
| Alternate | The animation is played forwards first, then backwards | |
| Alternate_Reverse | The animation is played backwards first, then forwards | |
| Inherit | Inherits this property from its parent element. | |
| Initial | Sets this property to its default value. | |
| Normal | Default value. The animation is played as normal (forwards) | |
| Reverse | The animation is played in reverse direction(backwards) |