Smooth 3D animations with frames?

Hi, first post here so let me know if I messed up!

Is it possible to have smooth transitions between frame for scatter3d plots, as with scatter plots?

plot_ly(x = 1:10, y = c(1:5, 5:1), z = 1:10, frame = rep(1:2, 5)) # not smooth
plot_ly(x = 1:10, y = c(1:5, 5:1), frame = rep(1:2, 5)) # smooth!

Thanks in advance.

1 Like

Link to