Overview
Steppers are controls that let you increase and decrease a value. Play's stepper element uses Apple’s native stepper.
Element Properties
Value
Set the stepper's starting value.
Step
Set the stepper's increment between each value.
Min
Set the bottom of the stepper's range.
Max
Set the top of the stepper's range.
Wrap
Choose if the stepper will start over when it reaches the min or max value.
Auto Repeat
Choose if the stepper will continuously increase or decrease by the step value when the user presses down.
Expression Editor Properties
Max Value
Stepper.maxValue
Max value of the stepper.
Min Value
Stepper.minValue
Min value of the stepper.
Step Value
Stepper.stepValue
Step value of the stepper.
Value
Stepper.value
Current value of the stepper.
Steppers also have access to general object properties.
Resources
Related Triggers & Actions
Stepper Event trigger
Links