We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493b6db commit 82c1a93Copy full SHA for 82c1a93
1 file changed
plotly/plotlyfig_aux/core/updateData.m
@@ -196,10 +196,10 @@
196
if obj.layout.isAnimation
197
%- Play Button Options-%
198
opts{1} = nan;
199
- opts{2}.frame.duration = 5;
+ opts{2}.frame.duration = 10;
200
opts{2}.frame.redraw = false;
201
opts{2}.mode = 'immediate';
202
- opts{2}.transition.duration = 5;
+ opts{2}.transition.duration = 0;
203
204
button{1}.label = '▶';
205
button{1}.method = 'animate';
0 commit comments