Configure an animation to use element styles
- Last UpdatedAug 30, 2024
- 1 minute read
You can configure an element or a group of elements with a:
-
Boolean animation that applies Element Styles based on a binary True/False condition.
-
Truth table animation that applies Element Styles based on a range of possible values.
-
Bit State animation that applies Element Styles based on a bit state based conditions.
The truth table animation that applies Element Styles:
-
Associates expressions of any data type supported by Application Server or InTouch to an Element Style.
-
Defines as many conditions as required and applies a separate Element Style for each condition
-
Defines the conditions to apply an Element Style by specifying a comparison operator (=, >, >=, <, <=) and a breakpoint, which itself can be a value, an attribute reference, or an expression.
-
Arranges conditions in the order that Element Styles are processed.