CODIUM Programming Language (CPL) CodiumSDK CPL Update
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Update
C# |
public enum Update |
Constante | Descripción | |
---|---|---|
Fast | The layout may change dynamically according to the usual rules of CSS, and the output device is not unusually constrained in speed, so regularly-updating things like CSS Animations can be used. Example: computer screens. | |
None | Once it has been rendered, the layout can no longer be updated. Example: documents printed on paper. | |
Slow | The layout may change dynamically according to the usual rules of CSS, but the output device is not able to render or display changes quickly enough for them to be perceived as a smooth animation. Examples: e-book readers or severely underpowered devices. |