Defines the type of Animation
Namespace: Vis2NodeTrixAssembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
TRANSLATE_TO_MATRIX | 0 | Animation which makes nodes move together to a matrix | |
TRANSLATE_FROM_MATRIX | 1 | Animation which explodes a matrix to nodes | |
ROTATE | 2 | Animation which rotates | |
SCALE | 3 | Animation which scales | |
NONE | 4 | No animation |
See Also