Bindings: Difference between revisions

Jump to navigation Jump to search
25 bytes removed ,  1 September 2021
m
→‎property-cycle: removed remark about wrapping
(→‎Wiki: + Conditions)
m (→‎property-cycle: removed remark about wrapping)
Line 128: Line 128:


=== property-cycle ===
=== property-cycle ===
Cycles between a list of values and assigns one to a property. The value-list can vary in length. If the current value is "value1", it will change to "value2"; if it is "value2", it will change to "value3", and so on, wrapping around the end.  If the current value is not in the list, it will jump to the first one.
Cycles between a list of values and assigns one to a property. The value-list can vary in length. If the current value is "value1", it will change to "value2"; if it is "value2", it will change to "value3", and so on.  If the current value is not in the list, it will jump to the first one.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<binding>
<binding>
33

edits

Navigation menu