Plotly js polar chart animation

I suppose the answer to this question is no, but I would like to be sure. So, is it possible to animate plotly js polar chart with new data? I know this is possible with line graphs. If it isn’t possible for polar charts, is there an alternative to this, like redrawing the whole chart? How much time would that take? The chart in question is very simple, three traces with two points each, six points in total.

That’s correct. Animation are only available on (cartesian) scatter traces at the moment.

Thank you for your fast answer. I actually managed to achieve what I wanted, and that is polar plot update. Here is sample code I used:

https://jsfiddle.net/inzenjer/c9kurm57/

However, even though the chart is updated, no animation is displayed, even if the transition duration and frame duration are set to number higher than 0. Instead, the chart is updated instantly.