Skip to content

Incorrect validation error for animate args info array #1265

Closed
@jonmmease

Description

@jonmmease

See #1240 (comment)

These button.args assignments are valid, but raise validation errors as of 3.4.0

import plotly.graph_objs as go
button = go.layout.updatemenu.Button()
button.method = 'animate'
button.args = [['frame1', 'frame2']]
button.args = [['frame1', 'frame2'], {'frame': [{'duration': 1500}, {'duration': 500}]}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething broken

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions