Property Modifiers
A Property Modifier is a named set of property overrides you can attach to any Element. Property Modifiers modify the properties of an Element, and allow you to change the appearance of en element when activated.
Modifiers can be toggled on and off using Events, allowing you to make your QSApps interactive and visually interesting.
Creating a Modifier
- Select an Element in the Hierarchy panel
- In the Element Properties panel, navigate to the Modifiers section
- Click the ➕ icon to add a modifier
- Set the Modifier Properties.
Property | Description |
---|---|
State | The name of the Property Modifier. This is used to access the Modifier from Events. |
Property | Which element property to override. |
Operator | The operator calculating the property's new value. |
Value | The target value for that property, which will be modified by the operator. With operator none , the value is not used. |
Duration | How long (in seconds) to animate the change |
Delay | How long (in seconds) to wait before the property transition starts. |
Easing | Easing function to tween from the current value into the new value. See easings.net for detailed information about each easing option. |