wrap-mode

wrap mode

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

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 6.0.240115

Edit All Pages