-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding animation opts to python interface #1503
Conversation
Hi @TakodaS, thanks for the PR. I think I'll manually merge your changes into #1474 since that PR does a big refactor to the HTML handling code and so this would cause some merge conflicts. In thinking about the API a little more, here are two thoughts.
How does that sound? |
Hi @jonmmease,
|
Here's my reasoning. In the R API, I believe the Separating animation options from auto_play does make sense for What do you think @nicolaskruchten? |
I think Jon's reasoning makes sense that |
I updated this PR to use the new renderers framework introduced in #1474. I kept the separate |
Merging |
#1496 Added kwarg in plotly/offline/offline.py to allow animation options to be passed through the python interface to the plotly.js functions.