wrap-mode

wrap mode

Determines what happen when the min/max value is reached after increment/decrement operations.

wrap
  • on increment, when the max value is reached, returns to the min value
  • on decrement, when the min value is reached, returns to the max value
stops
  • on increment, when the max value is reached, stay at the max value
  • on decrement, when the min value is reached, stay at the min value

version 7.0.250121

Edit All Pages