You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError:
Invalid value of type 'builtins.list' received for the 'args' property of layout.slider.step
Received value: [['0'], {'frame': {'duration': 500.0, 'easing': 'linear', 'redraw': False}, 'transition': {'duration': 0, 'easing': 'linear'}}]
The 'args' property is an info array that may be specified as:
* a list or tuple of up to 3 elements where:
(0) The 'args[0]' property accepts values of any type
(1) The 'args[1]' property accepts values of any type
(2) The 'args[2]' property accepts values of any type
With 3.4.1rc the error is gone and animation works as expected.
So the issue is fixed, at least for my case.
See #1240 (comment)
These
button.args
assignments are valid, but raise validation errors as of 3.4.0The text was updated successfully, but these errors were encountered: