Skip to content

Commit 82c1a93

Browse files
committed
Bug fix
1 parent 493b6db commit 82c1a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/plotlyfig_aux/core/updateData.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,10 @@
196196
if obj.layout.isAnimation
197197
%- Play Button Options-%
198198
opts{1} = nan;
199-
opts{2}.frame.duration = 5;
199+
opts{2}.frame.duration = 10;
200200
opts{2}.frame.redraw = false;
201201
opts{2}.mode = 'immediate';
202-
opts{2}.transition.duration = 5;
202+
opts{2}.transition.duration = 0;
203203

204204
button{1}.label = '▶';
205205
button{1}.method = 'animate';

0 commit comments

Comments
 (0)