@@ -509,6 +509,7 @@ Attribute | Type | Default | Help
509
509
` _view_module_version ` | string | ` '2.0.0' ` |
510
510
` _view_name ` | string | ` 'FloatLogSliderView' ` |
511
511
` base ` | number (float) | ` 10.0 ` | Base for the logarithm
512
+ ` behaviour ` | string (one of ` 'drag-tap' ` , ` 'drag-snap' ` , ` 'tap' ` , ` 'drag' ` , ` 'snap' ` ) | ` 'drag-tap' ` | Slider dragging behaviour.
512
513
` continuous_update ` | boolean | ` true ` | Update the value of the widget as the user is holding the slider.
513
514
` description ` | string | ` '' ` | Description of the control.
514
515
` description_allow_html ` | boolean | ` false ` | Accept HTML in the description.
@@ -559,6 +560,7 @@ Attribute | Type | Default | Help
559
560
` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
560
561
` _view_module_version ` | string | ` '2.0.0' ` |
561
562
` _view_name ` | string | ` 'FloatRangeSliderView' ` |
563
+ ` behaviour ` | string (one of ` 'drag-tap' ` , ` 'drag-snap' ` , ` 'tap' ` , ` 'drag' ` , ` 'snap' ` ) | ` 'drag-tap' ` | Slider dragging behaviour.
562
564
` continuous_update ` | boolean | ` true ` | Update the value of the widget as the user is sliding the slider.
563
565
` description ` | string | ` '' ` | Description of the control.
564
566
` description_allow_html ` | boolean | ` false ` | Accept HTML in the description.
@@ -586,6 +588,7 @@ Attribute | Type | Default | Help
586
588
` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
587
589
` _view_module_version ` | string | ` '2.0.0' ` |
588
590
` _view_name ` | string | ` 'FloatSliderView' ` |
591
+ ` behaviour ` | string (one of ` 'drag-tap' ` , ` 'drag-snap' ` , ` 'tap' ` , ` 'drag' ` , ` 'snap' ` ) | ` 'drag-tap' ` | Slider dragging behaviour.
589
592
` continuous_update ` | boolean | ` true ` | Update the value of the widget as the user is holding the slider.
590
593
` description ` | string | ` '' ` | Description of the control.
591
594
` description_allow_html ` | boolean | ` false ` | Accept HTML in the description.
@@ -807,6 +810,7 @@ Attribute | Type | Default | Help
807
810
` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
808
811
` _view_module_version ` | string | ` '2.0.0' ` |
809
812
` _view_name ` | string | ` 'IntRangeSliderView' ` |
813
+ ` behaviour ` | string (one of ` 'drag-tap' ` , ` 'drag-snap' ` , ` 'tap' ` , ` 'drag' ` , ` 'snap' ` ) | ` 'drag-tap' ` | Slider dragging behaviour.
810
814
` continuous_update ` | boolean | ` true ` | Update the value of the widget as the user is sliding the slider.
811
815
` description ` | string | ` '' ` | Description of the control.
812
816
` description_allow_html ` | boolean | ` false ` | Accept HTML in the description.
@@ -834,6 +838,7 @@ Attribute | Type | Default | Help
834
838
` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
835
839
` _view_module_version ` | string | ` '2.0.0' ` |
836
840
` _view_name ` | string | ` 'IntSliderView' ` |
841
+ ` behaviour ` | string (one of ` 'drag-tap' ` , ` 'drag-snap' ` , ` 'tap' ` , ` 'drag' ` , ` 'snap' ` ) | ` 'drag-tap' ` | Slider dragging behaviour.
837
842
` continuous_update ` | boolean | ` true ` | Update the value of the widget as the user is holding the slider.
838
843
` description ` | string | ` '' ` | Description of the control.
839
844
` description_allow_html ` | boolean | ` false ` | Accept HTML in the description.
@@ -1112,6 +1117,7 @@ Attribute | Type | Default | Help
1112
1117
` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
1113
1118
` _view_module_version ` | string | ` '2.0.0' ` |
1114
1119
` _view_name ` | string | ` 'SelectionRangeSliderView' ` |
1120
+ ` behaviour ` | string (one of ` 'drag-tap' ` , ` 'drag-snap' ` , ` 'tap' ` , ` 'drag' ` , ` 'snap' ` ) | ` 'drag-tap' ` | Slider dragging behaviour.
1115
1121
` continuous_update ` | boolean | ` true ` | Update the value of the widget as the user is holding the slider.
1116
1122
` description ` | string | ` '' ` | Description of the control.
1117
1123
` description_allow_html ` | boolean | ` false ` | Accept HTML in the description.
@@ -1136,6 +1142,7 @@ Attribute | Type | Default | Help
1136
1142
` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
1137
1143
` _view_module_version ` | string | ` '2.0.0' ` |
1138
1144
` _view_name ` | string | ` 'SelectionSliderView' ` |
1145
+ ` behaviour ` | string (one of ` 'drag-tap' ` , ` 'drag-snap' ` , ` 'tap' ` , ` 'drag' ` , ` 'snap' ` ) | ` 'drag-tap' ` | Slider dragging behaviour.
1139
1146
` continuous_update ` | boolean | ` true ` | Update the value of the widget as the user is holding the slider.
1140
1147
` description ` | string | ` '' ` | Description of the control.
1141
1148
` description_allow_html ` | boolean | ` false ` | Accept HTML in the description.
0 commit comments