CODIUM Programming Language (CPL) CodiumSDK CPL FillMode
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Fill Mode
C# |
public enum FillMode |
Constante | Descripción | |
---|---|---|
Backwards | The element will get the style values that is set by the first keyframe(depends on animation-direction), and retain this during the animation-delay period | |
Both | The animation will follow the rules for both forwards and backwards, extending the animation properties in both directions | |
Forwards | The element will retain the style values that is set by the last keyframe (depends on animation-direction and animation-iteration-count) | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
None | Default value. Animation will not apply any styles to the element before or after it is executing |