CODIUM Programming Language (CPL) CodiumSDK CPL AnimationDirection
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Animation Direction
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) |