Quicksave Logo

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

  1. Select an Element in the Hierarchy panel
  2. In the Element Properties panel, navigate to the Modifiers section
  3. Click the icon to add a modifier
  4. Set the Modifier Properties.
PropertyDescription
StateThe name of the Property Modifier. This is used to access the Modifier from Events.
PropertyWhich element property to override.
OperatorThe operator calculating the property's new value.
ValueThe target value for that property, which will be modified by the operator. With operator none, the value is not used.
DurationHow long (in seconds) to animate the change
DelayHow long (in seconds) to wait before the property transition starts.
EasingEasing function to tween from the current value into the new value. See easings.net for detailed information about each easing option.