Hi,
I’m making a chart with a slider and animation; it is nearly identical to what is shown here: https://plot.ly/python/animations/#using-a-slider-and-buttons. The data is different but the code I used to create the figure/slider is the same.
However, the speed of the transition between each frame is too fast. I’ve tried adjusting pretty much every occurrence of the ‘duration’ parameter to be both higher and lower than in the code sample, but the animation speed on my graph hasn’t changed. Does anyone have any tips on how to adjust the animation speed? Am I adjusting the wrong parameter? What unit is the duration number in?
Would appreciate any help.
Thanks!